Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created March 16, 2016 13:06
Show Gist options
  • Save adfinlay/fb72f43654769de5c803 to your computer and use it in GitHub Desktop.
Save adfinlay/fb72f43654769de5c803 to your computer and use it in GitHub Desktop.
Install node.js v4
curl -sL https://deb.nodesource.com/setup_4.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