Skip to content

Commit

Permalink
ode V20 and apt-get to apt
Browse files Browse the repository at this point in the history
update to node V20 and apt-get to apt
  • Loading branch information
hershyheilpern authored Jan 19, 2025
1 parent 21e0591 commit 4d74430
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs build-essential git
curl -sL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt update
sudo apt install -y nodejs build-essential git

npm install
npm install

0 comments on commit 4d74430

Please sign in to comment.