From c8dd44bd979d5afc799105a5982e028d60592237 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 13 Apr 2020 10:15:01 +0200 Subject: [PATCH] Updated Quick Installer usage (markdown) --- Quick-Installer-usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Quick-Installer-usage.md b/Quick-Installer-usage.md index ee1b12f..bd8df9e 100644 --- a/Quick-Installer-usage.md +++ b/Quick-Installer-usage.md @@ -12,6 +12,9 @@ This option enables unattended installations, such that the installer assumes "y #### -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, this enables an unattended setup without installing it. +#### -a, --adblock `` +Used with the `-y`, `--yes` option above, this sets the Ad Blocking install option (`0` = don't install Adblock). Given that Adblock 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)).