From 4c73dfbdcfe40c2cdb96c4f52e387653421cc357 Mon Sep 17 00:00:00 2001 From: Antho Date: Sun, 7 Aug 2022 22:44:34 +0000 Subject: [PATCH] Update node install (V14 to V16) --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 3fa85c9..2e107fc 100644 --- a/install.sh +++ b/install.sh @@ -37,9 +37,9 @@ step_1_upgrade() { step_2_node_install() { echo "---------------------------------------------------------------------" - echo "${Yellow}Starting step 2 Node v14 install${NORMAL}" + echo "${Yellow}Starting step 2 Node v16 install${NORMAL}" echo "" - curl -fsSL https://deb.nodesource.com/setup_14.x | bash - + curl -fsSL https://deb.nodesource.com/setup_16.x | bash - apt install -y nodejs echo "${Green}Step 2 completed${NORMAL}" echo ""