Created
June 30, 2017 15:28
-
-
Save ryanlid/fa8ea26c16d30fac800b808e984dfb95 to your computer and use it in GitHub Desktop.
ubuntu install node 6.x
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/sh | |
sudo curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash - | |
sudo apt-get install -y nodejs | |
sudo apt update | |
sudo apt -y upgrade | |
sudo apt -y autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment