Skip to content

Commit

Permalink
Installs yarn without sudo, re archesproject/arches-docs#167
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Oct 23, 2020
1 parent 7804acf commit b3f1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/install/ubuntu_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function install_yarn {
wget --quiet -O - https://deb.nodesource.com/setup_10.x | sudo -E bash -
sudo apt-get update
sudo apt-get install -y nodejs
sudo npm install -g yarn
npm install -g yarn
}

function install_elasticsearch {
Expand Down

0 comments on commit b3f1557

Please sign in to comment.