Skip to content

Instantly share code, notes, and snippets.

@lekhnath
Forked from sengertwd/provision.sh
Created February 26, 2016 09:54
Show Gist options
  • Save lekhnath/d2c8b1d2891dff514ed1 to your computer and use it in GitHub Desktop.
Save lekhnath/d2c8b1d2891dff514ed1 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