-
-
Save jhargis/f5f77057e74705fa69f6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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