Update install.sh
This commit is contained in:
parent
a7af71d11d
commit
c710cc71e4
|
@ -37,9 +37,9 @@ step_1_upgrade() {
|
||||||
|
|
||||||
step_2_node_install() {
|
step_2_node_install() {
|
||||||
echo "---------------------------------------------------------------------"
|
echo "---------------------------------------------------------------------"
|
||||||
echo "${Yellow}Starting step 2 Node v16 install${NORMAL}"
|
echo "${Yellow}Starting step 2 Node v20 install${NORMAL}"
|
||||||
echo ""
|
echo ""
|
||||||
curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
|
curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||||
apt install -y nodejs
|
apt install -y nodejs
|
||||||
echo "${Green}Step 2 completed${NORMAL}"
|
echo "${Green}Step 2 completed${NORMAL}"
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user