1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Add hostapd install to manual install instructions

This commit is contained in:
Joe Haig 2016-10-21 22:47:04 +01:00
parent fd20d867dc
commit 5f748c4b84

View File

@ -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. The installer will complete the steps in the manual installation (below) for you.
## Manual installation ## Manual installation
Start off by installing lighttpd and php5. Start off by installing lighttpd, php5 and hostapd.
```sh ```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. After that, enable PHP for lighttpd and restart it for the settings to take effect.
```sh ```sh