Created
July 19, 2017 07:59
-
-
Save thosuperman/4760497395f5b73157f3f99a241bdd3b to your computer and use it in GitHub Desktop.
Vagrant issue with virtualbox
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
sudo yum -y update | |
cd /opt | |
sudo wget -c http://download.virtualbox.org/virtualbox/5.1.22/VBoxGuestAdditions_5.1.22.iso -O VBoxGuestAdditions_5.1.22.iso | |
sudo mount VBoxGuestAdditions_5.1.22.iso -o loop /mnt | |
cd /mnt | |
sudo sh VBoxLinuxAdditions.run --nox11 | |
cd /opt | |
sudo rm *.iso |
sudo apt-get install -y curl git build-essential python libtool autoconf pkg-config unzip python-dev debconf-utils snmp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo apt-get install linux-headers-$(uname -r)