Skip to content

Instantly share code, notes, and snippets.

@wiserweb
Created December 4, 2016 06:34
Show Gist options
  • Save wiserweb/28ebf0d68d0217ee52bf86e1a5042441 to your computer and use it in GitHub Desktop.
Save wiserweb/28ebf0d68d0217ee52bf86e1a5042441 to your computer and use it in GitHub Desktop.
nodejs 6 installation script
#!/bin/bash
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
apt-get install -y nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment