Update install.sh

This commit is contained in:
Josh S 2022-11-20 17:56:06 -05:00 committed by GitHub
parent 18c8d7cb6c
commit 51c56f3e0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ fi
while true; do while true; do
RESET="\e[0m" RESET="\e[0m"
GREEN="\e[32m" 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 case $yn in
[yY] ) echo -e "\e[32m* Confirmed. Continuing..\e[0m"; [yY] ) echo -e "\e[32m* Confirmed. Continuing..\e[0m";
break;; break;;