diff --git a/install.sh b/install.sh index 4aad8a1..ac15a95 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ fi while true; do RESET="\e[0m" GREEN="\e[32m" -read -p "$(echo -e $GREEN\n* Do you want to proceed? (Y/N)"$RESET" yn +read -p "$(echo -e $GREEN"\n* Do you want to proceed? (Y/N)"$RESET" yn case $yn in [yY] ) echo -e "\e[32m* Confirmed. Continuing..\e[0m"; break;; @@ -27,7 +27,7 @@ exit;; * ) echo -e "\3[32m* Invalid Response.\3[0m";; esac done -exho -e "\e[32m* Installing dependencies..\3[0m" +echo -e "\e[32m* Installing dependencies..\3[0m" sudo apt update > /dev/null 2>&1 # Install Curl