Update install.sh
This commit is contained in:
parent
b2cd7f2e8b
commit
df6a0bbd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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? [v.17, v18.]\e[0m"
|
||||
read NodeJSVer
|
||||
if [[ -n "NodeJSVer" ]]
|
||||
then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue