From 51c56f3e0bb3e4bd35ce42a5d9fb54eb9636a42c Mon Sep 17 00:00:00 2001 From: Josh S Date: Sun, 20 Nov 2022 17:56:06 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e24f521..4aad8a1 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;;