mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Merge pull request #28 from RaspAP/zbchristian-patch-2
Add auto YES to apt-get
This commit is contained in:
		| @@ -19,7 +19,7 @@ function _install_feature_clients() { | ||||
|     _install_log "Install $name" | ||||
|  | ||||
|     _install_log " - required packages for mobile data clients" | ||||
|     sudo apt-get install wvdial socat bc || _install_status 1 "Unable to install dependencies for $name" | ||||
|     sudo apt-get -y install wvdial socat bc || _install_status 1 "Unable to install dependencies for $name" | ||||
|  | ||||
|     _install_log " - copy configuration files and scripts" | ||||
|     # Move scripts  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user