Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JREAM committed May 16, 2018
1 parent 4d98e4d commit 2067a56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/server/yarn.sh
Expand Up @@ -6,6 +6,9 @@ fi

echo "Installing Yarn (NPM Alternative)"

# https://github.com/yarnpkg/yarn/issues/2821
sudo apt remove cmdtest -y

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update
Expand Down

0 comments on commit 2067a56

Please sign in to comment.