Update node install (V14 to V16)

This commit is contained in:
Antho 2022-08-07 22:44:34 +00:00
parent 4cbb1f0951
commit 4c73dfbdcf

View File

@ -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 ""