Created
November 8, 2016 20:01
-
-
Save steveh/6d0e0a30d7864d4509dd5c4f5c6ce8bf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
sudo apt-key adv --fetch-keys http://dl.yarnpkg.com/debian/pubkey.gpg | |
echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list | |
sudo apt-get -y update && sudo apt-get -y install yarn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment