summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-16 11:35:35 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-16 11:35:35 -0300
commit64564f5889820d041495a6e2c778f027a8233447 (patch)
tree5319289791c36641cd28ead95ad67ef50351f55b
parentf096c2e817e40f711172177fb9877c7cfa91f386 (diff)
Added an extra echo to space the vpn password field
-rwxr-xr-xinstall.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 2106097..c043829 100755
--- a/install.sh
+++ b/install.sh
@@ -124,6 +124,7 @@ if [ $setup_vpn == "y" ]; then
vpn_service=${vpn_service:-"mullvad"}
read -p "What's your VPN username? (without spaces): " vpn_user
read -sp "What's your VPN password? (if you are using mullvad, just enter your username again): " vpn_password
+ echo
echo "What country do you want to use?"
read -p "You can check the countries list for your VPN here: https://github.com/qdm12/gluetun/wiki/$vpn_service#servers [brazil]: " vpn_country
vpn_country=${vpn_country:-"brazil"}