Skip to content

Instantly share code, notes, and snippets.

@SRJ9
Created January 5, 2017 09:12
Show Gist options
  • Save SRJ9/9877933eb4ce6ab6460ce11c412e240a to your computer and use it in GitHub Desktop.
Save SRJ9/9877933eb4ce6ab6460ce11c412e240a to your computer and use it in GitHub Desktop.
Install node 6x
#!/bin/bash
# https://nodejs.org/es/download/package-manager/
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
sudo apt-get install -y nodejs
sudo apt-get install -y build-essential
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment