Skip to content

Instantly share code, notes, and snippets.

@wellingtonpgp
Last active May 1, 2016 16:29
Show Gist options
  • Save wellingtonpgp/63632c09b6a0054dd2ffe18fc885457c to your computer and use it in GitHub Desktop.
Save wellingtonpgp/63632c09b6a0054dd2ffe18fc885457c to your computer and use it in GitHub Desktop.
Install Node.js v6 terminal Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment