Skip to content

Instantly share code, notes, and snippets.

@powellc
Forked from six519/setup.sh
Created August 3, 2016 15:59
Show Gist options
  • Save powellc/473bd15674f21ec51d4172c35ff2bdf7 to your computer and use it in GitHub Desktop.
Save powellc/473bd15674f21ec51d4172c35ff2bdf7 to your computer and use it in GitHub Desktop.
Install node/npm/nvm Bash Script In FreeBSD 10.2
#!/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