Skip to content

Instantly share code, notes, and snippets.

@zdennis
Created June 23, 2015 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zdennis/9ea295c9c5f9d04714f1 to your computer and use it in GitHub Desktop.
Save zdennis/9ea295c9c5f9d04714f1 to your computer and use it in GitHub Desktop.
Installing NodeJS 0.12.x w/Chef
config.vm.provision "shell", inline: "
sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_0.12 | sudo bash -
sudo apt-get install nodejs
"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment