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

Updated FAQs (markdown)

Bill Zimmerman 2020-05-27 11:05:16 +02:00
parent 17bea094bd
commit d8106f4c2e

@ -68,6 +68,15 @@ sudo git checkout master
sudo git pull origin master
```
If you've customized your installation by editing `config.php`, update the release version in this file:
```
sudo nano /var/www/html/includes/config.php
```
Change the first line to the release version, save the file and exit. **Note:** `RASPI_VERSION` is only used on the About page; it does not affect any other functionality.
```
define('RASPI_VERSION', '2.4');
```
Finally, give the lighttpd service a kick with:
```
sudo systemctl restart lighttpd.service