mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update README.md
This commit is contained in:
parent
be24aa2a20
commit
eab0ea9f11
@ -149,6 +149,11 @@ Unmask and enable the hostapd service.
|
|||||||
sudo systemctl unmask hostapd.service
|
sudo systemctl unmask hostapd.service
|
||||||
sudo systemctl enable hostapd.service
|
sudo systemctl enable hostapd.service
|
||||||
```
|
```
|
||||||
|
Move the raspap service to the correct location and enable it.
|
||||||
|
```
|
||||||
|
sudo mv /var/www/html/installers/raspap.service /lib/systemd/system
|
||||||
|
sudo systemctl enable raspap.service
|
||||||
|
```
|
||||||
Reboot and it should be up and running!
|
Reboot and it should be up and running!
|
||||||
```sh
|
```sh
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
Loading…
Reference in New Issue
Block a user