Skip to content

Instantly share code, notes, and snippets.

@rgl
Created July 16, 2016 14:18
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rgl/5b18c7c850bbc426453427cadc7858cd to your computer and use it in GitHub Desktop.
Save rgl/5b18c7c850bbc426453427cadc7858cd to your computer and use it in GitHub Desktop.
Add VirtualBox 5.1 support to Vagrant 1.8.4
# see https://github.com/mitchellh/vagrant/pull/7574
curl -s https://github.com/mitchellh/vagrant/commit/b57b0e0d48fe8b4196ca6b7e01bb6c1ecb4b69f9.patch \
| sudo patch -p1 -d /opt/vagrant/embedded/gems/gems/vagrant-1.8.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment