From 5e440857035d7b1dea3d51797ec0d19f14d523ce Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Sat, 13 Apr 2019 19:59:19 +0200 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQs.md b/FAQs.md index 75edc5b..557f918 100644 --- a/FAQs.md +++ b/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. ### 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`. ### 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={ ### 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') ```