Skip to content

Instantly share code, notes, and snippets.

@tumichnix
Last active May 3, 2017 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tumichnix/fe664788da1321d0a68119a21742299a to your computer and use it in GitHub Desktop.
Save tumichnix/fe664788da1321d0a68119a21742299a to your computer and use it in GitHub Desktop.
apt-get purge nodejs -y
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
curl -sL https://deb.nodesource.com/setup_7.x | bash -
apt-get update && apt-get install -y yarn nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment