From 379ffc7f0724c40d0229fe4c858b2ada7d868763 Mon Sep 17 00:00:00 2001 From: Josh S Date: Sun, 20 Nov 2022 18:01:36 -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 ac15a95..30b69b5 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? []\e[0m" +echo -e "\e[32m* Which NodeJS version would you like to install? [17, 18]\e[0m" read NodeJSVer if [[ -n "NodeJSVer" ]] then