Created
August 23, 2017 23:24
-
-
Save davidjb/b581f91f3bed56e7be9b3ca64c615153 to your computer and use it in GitHub Desktop.
Fix vagrant configuration
This file contains hidden or 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
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