Skip to content

Instantly share code, notes, and snippets.

@x1unix
Created May 23, 2017 22:14
Show Gist options
  • Save x1unix/5d001be3fad8560cd14a299dccf706ef to your computer and use it in GitHub Desktop.
Save x1unix/5d001be3fad8560cd14a299dccf706ef to your computer and use it in GitHub Desktop.
Install Node 6.x On Ubuntu
curl -sL https://deb.nodesource.com/setup_6.x | sudo bash
sudo apt-get install nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment