summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index f1355de..745490a 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"}
@@ -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