diff --git a/install.sh b/install.sh index a6079a2..56aea7b 100755 --- a/install.sh +++ b/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