From e619e3a45d939d4caf09eb58bef706f2b9126b95 Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Fri, 8 Jul 2022 13:07:28 -0400 Subject: [PATCH] actually install node, adding source is only half way there. --- one-time-stuff/install-software.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/one-time-stuff/install-software.sh b/one-time-stuff/install-software.sh index d940644..5cbee97 100755 --- a/one-time-stuff/install-software.sh +++ b/one-time-stuff/install-software.sh @@ -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 ---------------" ;; * )