From bc3eede797dd3efdb7c9e6eef5ef7ba1656aed2a Mon Sep 17 00:00:00 2001 From: Seth Boyles Date: Mon, 7 Nov 2022 23:40:45 +0000 Subject: [PATCH] fix npm install --- install-scripts/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/ubuntu.sh b/install-scripts/ubuntu.sh index 9144c7b..c10beee 100755 --- a/install-scripts/ubuntu.sh +++ b/install-scripts/ubuntu.sh @@ -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 \