summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-16 12:40:07 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-16 12:40:07 -0300
commitd2921b52f0bb8f0ae3a49e9cc402bb16757964d4 (patch)
treeea0ab2ae0207bb3e3646d331085f2478c827a44f
parentebb71068a4b8e8654a8924b0e3c438f17a138bdb (diff)
Added documentation warning for logging in to the VPN
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 4cca791..19e3e79 100755
--- a/install.sh
+++ b/install.sh
@@ -122,6 +122,10 @@ setup_vpn=${setup_vpn:-"y"}
if [ $setup_vpn == "y" ]; then
read -p "What's your VPN service? (with spaces) [mullvad]: " vpn_service
vpn_service=${vpn_service:-"mullvad"}
+ echo
+ echo "You should read $vpn_service's documentation in case it has different configurations for username and password."
+ echo "The documentation for $vpn_service is here: https://github.com/qdm12/gluetun/wiki/${vpn_service// /-}"
+ echo
read -p "What's your VPN username? (without spaces): " vpn_user
unset vpn_password