diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-19 21:20:26 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-19 21:20:26 -0300 |
commit | 3798fe71dc67d92fd3139908062a40d118a33540 (patch) | |
tree | d8935ca8d7025ee253bc3f9a150e75bea5978503 /install.sh | |
parent | 36984f21ddf66d7737126167b5e0fd76be8cad59 (diff) |
Fixed typo on VPN section
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"} |