Skip to content

Instantly share code, notes, and snippets.

@a8uhnf
Created August 7, 2020 18:03
Show Gist options
  • Save a8uhnf/e63a8f54a98296d35b29e5b7f637fa16 to your computer and use it in GitHub Desktop.
Save a8uhnf/e63a8f54a98296d35b29e5b7f637fa16 to your computer and use it in GitHub Desktop.
#!/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 update && sudo apt install yarn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment