Created
December 24, 2016 07:16
-
-
Save ryanbennettvoid/a88dcc9011947347f40feda7472f2052 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
sudo apt-get update && \ | |
sudo apt-get install -y wget curl npm && \ | |
sudo npm install -g n && \ | |
sudo n stable && \ | |
sudo ln -s /usr/bin/nodejs /usr/bin/node && \ | |
sudo npm install -g nodemon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment