Created
January 29, 2014 07:04
-
-
Save sengertwd/8683174 to your computer and use it in GitHub Desktop.
This is my vagrant provision bash script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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