Update install.sh
This commit is contained in:
parent
9544e7cc83
commit
379ffc7f07
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ fi
|
||||||
# Install NodeJS
|
# Install NodeJS
|
||||||
if ! [ -x "$(command -v node)" ]; then
|
if ! [ -x "$(command -v node)" ]; then
|
||||||
echo -e "\e[32m* Installing NodeJS\e[0m"
|
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
|
read NodeJSVer
|
||||||
if [[ -n "NodeJSVer" ]]
|
if [[ -n "NodeJSVer" ]]
|
||||||
then
|
then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue