diff --git a/Reporting-issues.md b/Reporting-issues.md index 634b4f1..0b16c19 100644 --- a/Reporting-issues.md +++ b/Reporting-issues.md @@ -14,7 +14,7 @@ You can help us improve this project by accurately describing defects. To that e ## Supported devices RaspAP functions very well "out of the box" on fresh installs of the latest Raspbian distribution (currently Buster; the Lite version is recommended) on recent hardware like the RPi 3 Model B/B+ and RPi Zero W. Alternate hardware platforms such as the Banana Pi and operating systems other than Raspbian are not supported. -If you have installed other software packages on top of RaspAP, particularly those related to networking such as TOR, OpenVPN or Pi-hole, please test RaspAP first on a clean install before reporting an issue. +If you have installed other software packages on top of RaspAP, particularly those related to networking such as TOR or Pi-hole, please test RaspAP first on a clean install before reporting an issue. ## Default settings One of RaspAP's most popular features is the Quick Installer, which gets an AP up and running quickly and with a minimum of hassle. This works by applying a known-good [default configuration](https://github.com/billz/raspap-webgui/tree/master/config) that has been validated in testing with the project's supported devices. When the project [prerequisites](https://github.com/billz/raspap-webgui#prerequisites) are followed, an AP with wired ethernet (eth0) or managed mode (wlan0) Wifi client AP will be functional with the default settings. @@ -26,7 +26,7 @@ In a word, yes. While the Quick Installer automates most of the work of creating When in doubt, simply run the Quick Installer again to restore the default settings: ``` -wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap +curl -sL https://install.raspap.com | bash ``` Because of this, issues such as "hotspot isn't working" won't be considered. No hard feelings.