Skip to content

Instantly share code, notes, and snippets.

View nikolashermann's full-sized avatar

Nikolas Hermann nikolashermann

  • E. Breuninger GmbH & Co.
  • Stuttgart, Germany
View GitHub Profile
Verifying that +nikolashermann is my blockchain ID. https://onename.com/nikolashermann
# 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