From 7c8934581535b8a9b879b52408675651a2729f77 Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Thu, 24 Oct 2024 10:32:20 -0400 Subject: [PATCH] nodesource 22.x --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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