Skip to content

Instantly share code, notes, and snippets.

@t-cyrill
Last active December 16, 2015 12:09
Show Gist options
  • Save t-cyrill/5432482 to your computer and use it in GitHub Desktop.
Save t-cyrill/5432482 to your computer and use it in GitHub Desktop.
vagrant install script
#!/bin/bash
sudo gem install vagrant
vagrant box add debian http://ergonlogic.com/files/boxes/debian-current.box
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment