Skip to content

Instantly share code, notes, and snippets.

@trinitronx
Created August 9, 2013 23:02
Show Gist options
  • Save trinitronx/6198023 to your computer and use it in GitHub Desktop.
Save trinitronx/6198023 to your computer and use it in GitHub Desktop.
#!/bin/bash
git clone git@github.com:trinitronx/veewee.git
cd veewee/
git co add-virtualbox-support-to-OSX-templates
bundle install
bundle exec veewee vbox define 'OSX-10.8.4-Mountain_Lion-x64' 'OSX'
sudo definitions/OSX-10.8.4-Mountain_Lion-x64/prepare_veewee_iso/prepare_veewee_iso.sh ~/path/to/OSX-10.8.4.dmg
bundle exec veewee vbox build OSX-10.8.4-Mountain_Lion-x64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment