Browse Source

nodesource 22.x

master
Juni Kim 4 weeks ago
parent
commit
7c89345815
  1. 2
      install.sh

2
install.sh

@ -18,7 +18,7 @@ dependencies() {
fi
echo "Updating APT and adding PPA's"
curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash -
curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt update -y || exit 1
sudo apt install -y nodejs golang cargo tmux g++ gcc stow || exit 1

Loading…
Cancel
Save