Created
November 16, 2011 03:42
-
-
Save dkam/1369174 to your computer and use it in GitHub Desktop.
Babusha shell provisioner for Vagrant
This file contains hidden or 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
#!/bin/bash | |
# In your Vagrant file, add a shell provisioner, pointing to this file: | |
# | |
# config.vm.provision :shell, :path => "babushka.sh" | |
# | |
# Download and chmod the Babushka installer, if it's not already installed. | |
which babushka || bash -c "`wget -O - babushka.me/up/hard`" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment