actually install node, adding source is only half way there.

This commit is contained in:
2022-07-08 13:07:28 -04:00
parent 9d2ae57e07
commit e619e3a45d
+1
View File
@@ -83,6 +83,7 @@ case $node_lang in
echo "----- Calling NodeJS Install Script -----------------"
LOCATION=`dirname "$0"`
sudo "${LOCATION}/../nodejs-install/nodesource_setup.sh"
sudo apt install nodejs -y
echo "----- Completed NodeJS Install Script ---------------"
;;
* )