From 9544e7cc839ea9fd7511a8565eb5a28a73310c42 Mon Sep 17 00:00:00 2001 From: Josh S Date: Sun, 20 Nov 2022 18:00:55 -0500 Subject: [PATCH] Update install.sh --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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