Skip to content

Instantly share code, notes, and snippets.

@davidjb
Created August 23, 2017 23:24
Show Gist options
  • Save davidjb/b581f91f3bed56e7be9b3ca64c615153 to your computer and use it in GitHub Desktop.
Save davidjb/b581f91f3bed56e7be9b3ca64c615153 to your computer and use it in GitHub Desktop.
Fix vagrant configuration
sudo wget http://download.virtualbox.org/virtualbox/4.3.30/VBoxGuestAdditions_4.3.30.iso -O vbox.iso
sudo mount -o loop vbox.iso /media
sudo /media/VBoxLinuxAdditions.run uninstall
sudo yum install -y kernel kernel-devel
# Now, reboot and vb-guest will auto-install the correct version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment