Skip to content

Instantly share code, notes, and snippets.

@six519
Last active October 8, 2017 20:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save six519/5b4bfd2bd8ac78e64fb1 to your computer and use it in GitHub Desktop.
Save six519/5b4bfd2bd8ac78e64fb1 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