Created
July 16, 2015 09:07
-
-
Save zinking/9aae728f4a7f61652f2b to your computer and use it in GitHub Desktop.
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
apt-cache search virtualbox | |
sudo aptitude install virtualbox-ose-dkms | |
wget https://dl.bintray.com/mitchellh/vagrant/vagrant_1.7.2_x86_64.deb (#https://www.vagrantup.com/download-archive/v1.7.2.html) | |
dpkg -i vagrant_1.7.2_x86_64.deb | |
sudo dpkg -i vagrant_1.7.2_x86_64.deb | |
sudo apt-get install linux-headers-$(uname -r) | |
sudo dpkg-reconfigure virtualbox-ose-dkms |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment