Skip to content

Instantly share code, notes, and snippets.

@yamishi13
Last active August 29, 2015 14:02
Show Gist options
  • Save yamishi13/4cb664d44568deec24f5 to your computer and use it in GitHub Desktop.
Save yamishi13/4cb664d44568deec24f5 to your computer and use it in GitHub Desktop.
vagranter environment installer
#!/bin/bash
# vagranter environment installer
# TODO: develop compatibility with other platforms aside from ubuntu
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.6.3_x86_64.deb
sudo dpkg -i vagrant_1.6.3_x86_64.deb
rm vagrant_1.6.3_x86_64.deb
# TODO: install ruby, gems and vagrant plugins
# TODO: install required gems
# TODO: install vagrant plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment