Skip to content

Commit

Permalink
fix: install pm2
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Mar 21, 2024
1 parent 3d7dc1c commit 87a1e35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aws/scripts/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs -y

npm install pm2@latest -g

cd /home/ubuntu/qss
npm i

0 comments on commit 87a1e35

Please sign in to comment.