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
Verifying that +nikolashermann is my blockchain ID. https://onename.com/nikolashermann |
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 --in-place=.original 's/\*\*opts/opts/g' /opt/vagrant/embedded/gems/gems/vagrant-1.7.1/lib/vagrant/machine.rb | |
fi |