Skip to content

Instantly share code, notes, and snippets.

@steveh
Created November 8, 2016 20:01
Show Gist options
  • Save steveh/6d0e0a30d7864d4509dd5c4f5c6ce8bf to your computer and use it in GitHub Desktop.
Save steveh/6d0e0a30d7864d4509dd5c4f5c6ce8bf to your computer and use it in GitHub Desktop.
#!/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