Skip to content

Instantly share code, notes, and snippets.

@ryanlid
Created June 30, 2017 15:28
Show Gist options
  • Save ryanlid/fa8ea26c16d30fac800b808e984dfb95 to your computer and use it in GitHub Desktop.
Save ryanlid/fa8ea26c16d30fac800b808e984dfb95 to your computer and use it in GitHub Desktop.
ubuntu install node 6.x
#!/bin/sh
sudo curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt update
sudo apt -y upgrade
sudo apt -y autoremove
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment