diff --git a/FAQs.md b/FAQs.md index a0e0b79..e2430a8 100644 --- a/FAQs.md +++ b/FAQs.md @@ -217,7 +217,7 @@ sudo wpa_supplicant -B -Dnl80211,wext -c/etc/wpa_supplicant/wpa_supplicant.conf Yes, the [Quick Installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage) supports a non-interactive mode to support unattended setups. This mode assumes "yes" as an answer to all prompts. You may do an unattended install of RaspAP by appending the `--yes` command-line option, like so: ``` -wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap --yes +curl -sL https://install.raspap.com | bash -s -- --yes ``` The options `-y` or `--assume-yes` are also accepted and have the same result.