mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Updated FAQs (markdown)
parent
805112bcd4
commit
37ba8a3ad3
2
FAQs.md
2
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.
|
...substituting `wlan0` with your wireless interface, if necessary. You should then be able to perform scans as expected.
|
||||||
|
|
||||||
### <a name="unattended"></a> Can the Quick Installer accept the default options without prompting me?
|
### <a name="unattended"></a> Can the Quick Installer accept the default options without prompting me?
|
||||||
Yes, the Quick Installer 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) 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
|
wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap --yes
|
||||||
|
Loading…
Reference in New Issue
Block a user