Last active
September 13, 2015 03:24
-
-
Save ionixjunior/45c81b97c20979aabf2a to your computer and use it in GitHub Desktop.
NodeJS install
This file contains 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/sh | |
sudo apt-get install -y nodejs | |
sudo apt-get install -y npm | |
#node | |
#nodejs-legacy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment