mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated FAQs (markdown)
parent
08fe51c087
commit
5e44085703
4
FAQs.md
4
FAQs.md
@ -16,7 +16,7 @@ Currently, RaspAP generates a few of its own files so that it starts with a know
|
||||
Feel free to SSH in to restore those files to their rightful position, however, you may need to ensure that the RaspAP modifications are applied to your own custom configurations.
|
||||
|
||||
### <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 `/var/www/html/installers/uninstall.sh`.
|
||||
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`.
|
||||
|
||||
### <a name="upgrade"></a>What are the steps to upgrade RaspAP?
|
||||
Upgrading your current install to a **specific release** is very straightforward. For example, to upgrade to release [version 1.5](https://github.com/billz/raspap-webgui/releases/tag/1.5), enter the following in the RaspAP install folder (default location is `/var/www/html`):
|
||||
@ -165,7 +165,7 @@ network={
|
||||
### <a name="interfaces"></a>Can I use wlan0 and wlan1 rather than eth0 for my AP?
|
||||
The short answer is yes. In this scenario, you may wish to use the built-in wlan0 interface with a USB wlan1 connection, rather than wired ethernet (eth0). This is partly supported by RaspAP, although you will need to make two small updates.
|
||||
|
||||
Changing the following setting in `includes/config.php` to `wlan1`:
|
||||
Change the following setting in `includes/config.php` to `wlan1`:
|
||||
```
|
||||
define('RASPI_WIFI_CLIENT_INTERFACE', 'wlan1')
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user