mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Updated with $apt_option for non-interactive install
This commit is contained in:
		| @@ -9,7 +9,7 @@ function update_system_packages() { | ||||
|  | ||||
| function install_dependencies() { | ||||
|     install_log "Installing required packages" | ||||
|     sudo apt-get install lighttpd $php_package git hostapd dnsmasq vnstat || install_error "Unable to install dependencies" | ||||
|     sudo apt-get install $apt_option lighttpd $php_package git hostapd dnsmasq vnstat || install_error "Unable to install dependencies" | ||||
| } | ||||
|  | ||||
| install_raspap | ||||
|   | ||||
		Reference in New Issue
	
	Block a user