Merge branch 'main' of github.com:/digitaladapt/shell-scripts

This commit is contained in:
2022-07-28 02:38:41 +00:00
+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 ---------------"
;;
* )