From b2cd7f2e8bf4c145239d2bb5084bb929d95bbfcc Mon Sep 17 00:00:00 2001 From: Josh S Date: Sun, 20 Nov 2022 18:06:45 -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 30b69b5..1a63a3e 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;; @@ -39,7 +39,7 @@ fi # Install NodeJS if ! [ -x "$(command -v node)" ]; then echo -e "\e[32m* Installing NodeJS\e[0m" -echo -e "\e[32m* Which NodeJS version would you like to install? [17, 18]\e[0m" +echo -e "\e[32m* Which NodeJS version would you like to install? []\e[0m" read NodeJSVer if [[ -n "NodeJSVer" ]] then