Skip to content

Commit

Permalink
fix: replace nvm stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Mar 21, 2024
1 parent 81e3067 commit 49f38d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions aws/scripts/after-install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
source ~/.bashrc
nvm use
cd ~
curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs -y

npm i

0 comments on commit 49f38d4

Please sign in to comment.