Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save thosuperman/4760497395f5b73157f3f99a241bdd3b to your computer and use it in GitHub Desktop.
Save thosuperman/4760497395f5b73157f3f99a241bdd3b to your computer and use it in GitHub Desktop.
Vagrant issue with virtualbox
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
@thosuperman
Copy link
Author

sudo apt-get install linux-headers-$(uname -r)

@thosuperman
Copy link
Author

sudo apt-get install -y curl git build-essential python libtool autoconf pkg-config unzip python-dev debconf-utils snmp

@thosuperman
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment