From 7a8101eeadaa8c31f50293914b050d4cd9cb4a79 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Wed, 27 Nov 2019 11:07:59 +0100 Subject: [PATCH] Updated Quick Installer usage (markdown) --- Quick-Installer-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Quick-Installer-usage.md b/Quick-Installer-usage.md index dfaca5a..c355fd1 100644 --- a/Quick-Installer-usage.md +++ b/Quick-Installer-usage.md @@ -10,7 +10,7 @@ Appending `-s -- [OPTION]` to the Quick Install directive will activate one or m This option enables unattended installations, such that the installer assumes "yes" as an answer to all user prompts. This behavior is identical to how the same option with the `apt-get` package handler works. #### -o, --openvpn -Used with the `-y`, `--yes` option above, this sets the OpenVPN install option (`0` = don't install OpenVPN). Given that OpenVPN support is an optional extra, not every default unattended setup will need it. +Used with the `-y`, `--yes` option above, this sets the OpenVPN install option (`0` = don't install OpenVPN). Given that OpenVPN support is an optional extra, this enables an unattended setup without installing it. #### -c, --cert, --certificate This option installs an SSL certificate with `mkcert` and configures lighttpd for HTTPS support. It does _not_ (re)install RaspAP. Details are [provided here](https://github.com/billz/raspap-webgui/wiki/SSL-certificates-(Quick-Installer)).