Last active
October 8, 2017 20:15
-
-
Save six519/5b4bfd2bd8ac78e64fb1 to your computer and use it in GitHub Desktop.
Install node/npm/nvm Bash Script In FreeBSD 10.2
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
#!/usr/bin/env bash | |
#just want to post something!!!!!! :D | |
sudo pkg install node www/npm git gmake wget | |
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.29.0/install.sh | bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment