Skip to content

Instantly share code, notes, and snippets.

@ivanhuay
Created January 5, 2017 01:22
Show Gist options
  • Save ivanhuay/1a0decf158cc7b2e857b8933cd324b07 to your computer and use it in GitHub Desktop.
Save ivanhuay/1a0decf158cc7b2e857b8933cd324b07 to your computer and use it in GitHub Desktop.
install node latest - ubuntu 16.04
#!/bin/bash
sudo apt-get update
sudo apt-get install nodejs -y
sudo apt-get install npm -y
sudo npm install -g n
sudo n latest
sudo npm install -g npm
echo "(^_^)\n done!!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment