-
-
Save powellc/473bd15674f21ec51d4172c35ff2bdf7 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