Update install.sh

This commit is contained in:
Josh S 2022-11-20 18:08:00 -05:00 committed by GitHub
parent df6a0bbd1c
commit b33f29a7fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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