summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-21 15:45:11 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-21 15:45:11 -0300
commit6e94df162b9c98da80d1c60c8ccc88151837fb55 (patch)
tree19ea98e9c3b97a0118867733ae8c7781987cdd15
parent48b9205da6686d0e2a8697f4deaa7cf04d808258 (diff)
Deleted countries from VPN
-rw-r--r--docs.org5
-rw-r--r--install.sh5
2 files changed, 0 insertions, 10 deletions
diff --git a/docs.org b/docs.org
index 70ffe19..0cfe411 100644
--- a/docs.org
+++ b/docs.org
@@ -293,11 +293,6 @@ if [ "$setup_vpn" == "y" ]; then
fi
done
echo
-
- echo "What country do you want to use?"
- echo "If you are using: NordVPN, Perfect Privacy, Private Internet Access, VyprVPN, WeVPN or Windscribe, then input a region"
- read -p "You can check the countries/regions list for your VPN here: https://github.com/qdm12/gluetun/wiki/$vpn_service#servers [brazil]: " vpn_country
- vpn_country=${vpn_country:-"brazil"}
fi
echo "Configuring the docker-compose file for the user \"$username\" on \"$install_location\"..."
diff --git a/install.sh b/install.sh
index b943422..223708a 100644
--- a/install.sh
+++ b/install.sh
@@ -169,11 +169,6 @@ if [ "$setup_vpn" == "y" ]; then
fi
done
echo
-
- echo "What country do you want to use?"
- echo "If you are using: NordVPN, Perfect Privacy, Private Internet Access, VyprVPN, WeVPN or Windscribe, then input a region"
- read -p "You can check the countries/regions list for your VPN here: https://github.com/qdm12/gluetun/wiki/$vpn_service#servers [brazil]: " vpn_country
- vpn_country=${vpn_country:-"brazil"}
fi
echo "Configuring the docker-compose file for the user \"$username\" on \"$install_location\"..."