mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Add hostapd install to manual install instructions
This commit is contained in:
		| @@ -37,9 +37,9 @@ $ wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap | ||||
| The installer will complete the steps in the manual installation (below) for you. | ||||
|  | ||||
| ## Manual installation | ||||
| Start off by installing lighttpd and php5. | ||||
| Start off by installing lighttpd, php5 and hostapd. | ||||
| ```sh | ||||
| $ sudo apt-get install lighttpd php5-cgi | ||||
| $ sudo apt-get install lighttpd php5-cgi hostapd | ||||
| ``` | ||||
| After that, enable PHP for lighttpd and restart it for the settings to take effect. | ||||
| ```sh | ||||
|   | ||||
		Reference in New Issue
	
	Block a user