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-04-02 23:48:29 +02:00
parent 36cee17375
commit f557a72880

@ -291,8 +291,9 @@ For more information on optimizing 802.11n, refer to this [resource](https://www
Generally speaking, the 5 GHz band has substantially greater capacity due to more non-overlapping radio channels and less radio interference as compared to the 2.4 GHz band. Generally speaking, the 5 GHz band has substantially greater capacity due to more non-overlapping radio channels and less radio interference as compared to the 2.4 GHz band.
### <a name="uninstall"></a>How do I remove RaspAP? ### <a name="uninstall"></a>How do I remove RaspAP?
We have provided an uninstall script to remove RaspAP cleanly, and also restore any backups of your configuration that were created when RaspAP was installed. The uninstall script is located in `installers/uninstall.sh`. To start the uninstaller, simply run the following from the project root folder (usually `/var/www/html`): We have provided an uninstall script to remove RaspAP cleanly, and also restore any backups of your configuration that were created before RaspAP was installed. The uninstall script is located in `installers/uninstall.sh`. To start the uninstaller, simply run the following from the project root folder (default location is `/var/www/html`):
``` ```
cd /var/www/html
sudo installers/uninstall.sh sudo installers/uninstall.sh
``` ```