Skip to content

Instantly share code, notes, and snippets.

@sengertwd
Created January 29, 2014 07:04
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save sengertwd/8683174 to your computer and use it in GitHub Desktop.
Save sengertwd/8683174 to your computer and use it in GitHub Desktop.
This is my vagrant provision bash script
echo "This is our provisioning script"
apt-get update
apt-get install -y python-software-properties python g++ make
add-apt-repository ppa:chris-lea/node.js
apt-get update
apt-get install -y nodejs
npm install -g grunt-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment