From 8aa5890b57969bac4e29f5802ad0c80ae2cc63da Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 1 Feb 2024 10:10:10 +0100 Subject: [PATCH] Add -e, --provider option --- docs/quick.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/quick.md b/docs/quick.md index e22b57aa..0756526d 100644 --- a/docs/quick.md +++ b/docs/quick.md @@ -61,6 +61,15 @@ Used with the `-y`, `--yes` option above, this sets the Ad Blocking install opti #### -w, --wireguard `` Used with the `-y`, `--yes` option above, this sets the WireGuard install option (`0` = don't install WireGuard). Given that WireGuard support is an optional extra, this enables an unattended setup without installing it. +#### -e, --provider `` +Used with the `-y`, `--yes` option above, this sets the VPN provider install option. Valid numeric option values are: +``` + 1 = ExpressVPN + 2 = Mullvad VPN + 3 = NordVPN + 0 = None +``` + #### -r, --repo, --repository `` If you have forked this project to your own GitHub repo, this option lets you override the default GitHub repo (`RaspAP/raspap-webgui`) used to install RaspAP. An alternate repository name is a required parameter.