Created
June 27, 2018 04:10
-
-
Save HelveticaScenario/b33d6b3aa7ca0c8a13ff3edfcd09c28b to your computer and use it in GitHub Desktop.
script
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
#! /bin/bash | |
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 && sudo apt-get install yarn; | |
yarn --version; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment