Skip to content

Instantly share code, notes, and snippets.

@ccondry
Created October 28, 2020 17:46
Show Gist options
  • Select an option

  • Save ccondry/3776923e9a266f56b56d516b86fcf55a to your computer and use it in GitHub Desktop.

Select an option

Save ccondry/3776923e9a266f56b56d516b86fcf55a to your computer and use it in GitHub Desktop.
install yarn
# as root
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
apt update
apt install yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment