Skip to content

Instantly share code, notes, and snippets.

@jhargis
Forked from ocxo/gist:ce376fb4ab3298392048
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhargis/f5f77057e74705fa69f6 to your computer and use it in GitHub Desktop.
Save jhargis/f5f77057e74705fa69f6 to your computer and use it in GitHub Desktop.
# temporary hack to address bug with vagrant-vbguest installation
# https://github.com/mitchellh/vagrant/issues/4962
if awk "BEGIN {exit `vagrant -v` == "1.7.1" ? 0 : 1 }"
then
sudo sed -i .original 's/\*\*opts/opts/g' /opt/vagrant/embedded/gems/gems/vagrant-1.7.1/lib/vagrant/machine.rb
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment