From 749724a408b53e6566f0558ba656f0527fade158 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 2 Dec 2019 13:17:01 +0100 Subject: [PATCH] Updated FAQs (markdown) --- FAQs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQs.md b/FAQs.md index e2430a8..65fda23 100644 --- a/FAQs.md +++ b/FAQs.md @@ -214,7 +214,7 @@ sudo wpa_supplicant -B -Dnl80211,wext -c/etc/wpa_supplicant/wpa_supplicant.conf ...substituting `wlan0` with your wireless interface, if necessary. You should then be able to perform scans as expected. ### Can the Quick Installer accept the default options without prompting me? -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: +Yes, the [Quick Installer](https://github.com/billz/raspap-webgui/wiki/Quick-Installer-usage) has a non-interactive mode that lets you perform unattended setups. This mode assumes "yes" as an answer to all prompts. You can do an unattended install of RaspAP by appending the `--yes` command-line option, like so: ``` curl -sL https://install.raspap.com | bash -s -- --yes