diff options
-rwxr-xr-x | install.sh | 4 |
1 files changed, 2 insertions, 2 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"} @@ -237,7 +237,7 @@ echo "========================================================" send_success_message "All done!✅ Enjoy YAMS!" echo "You can check the installation on $install_location" echo "========================================================" -echo "Everythins should be running now! To check everything running, go to:" +echo "Everything should be running now! To check everything running, go to:" echo running_services_location echo |