Skip to content

Commit

Permalink
fix npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
sethboyles committed Nov 7, 2022
1 parent e2079ab commit bc3eede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-scripts/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sudo apt install -y \
python-setuptools

curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash - &&\
sudo apt-get install -y nodejs nginx && npm install yarn -g
sudo apt-get install -y nodejs nginx && sudo npm install yarn -g

# fun dependencies
sudo apt install -y \
Expand Down

0 comments on commit bc3eede

Please sign in to comment.