From b33f29a7fe454ad1855b697a313824ce2d2a561d Mon Sep 17 00:00:00 2001 From: Josh S Date: Sun, 20 Nov 2022 18:08:00 -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 17311dc..3869f0a 100644 --- a/install.sh +++ b/install.sh @@ -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? [v.17, v18.]\e[0m" +echo -e "\e[32m* Which NodeJS version would you like to install? [17, 18.]\e[0m" read NodeJSVer if [[ -n "NodeJSVer" ]] then