From 3798fe71dc67d92fd3139908062a40d118a33540 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 19 Jan 2023 21:20:26 -0300 Subject: Fixed typo on VPN section --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"} -- cgit v1.2.3