Skip to content

Commit

Permalink
fix: cd repo before install
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Mar 21, 2024
1 parent 49f38d4 commit 17033e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/scripts/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh
sudo bash nodesource_setup.sh
sudo apt install nodejs -y

cd /home/ubuntu/qss
npm i

0 comments on commit 17033e4

Please sign in to comment.