summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-19 21:20:26 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-19 21:20:26 -0300
commit3798fe71dc67d92fd3139908062a40d118a33540 (patch)
treed8935ca8d7025ee253bc3f9a150e75bea5978503
parent36984f21ddf66d7737126167b5e0fd76be8cad59 (diff)
Fixed typo on VPN section
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 9cca0b4..9f4c024 100755
--- a/install.sh
+++ b/install.sh
@@ -114,7 +114,7 @@ fi
echo
echo
echo
-echo "Time to setup the VPN."
+echo "Time to set up the VPN."
echo "You can check the supported VPN list here: https://yams.media/advanced/vpn."
read -p "Do you want to configure a VPN? [Y/n]: " setup_vpn
setup_vpn=${setup_vpn:-"y"}