Created
July 30, 2014 21:52
-
-
Save chelorossi/bb343fa2a63f2232fe84 to your computer and use it in GitHub Desktop.
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 apt-get purge vagrant | |
| sudo apt-get purge virtualbox | |
| apt-get install build-essential linux-headers-3.2.0-23-generic-pae # uname -r | |
| sudo dpkg-reconfigure virtualbox-dkms | |
| sudo dpkg-reconfigure virtualbox | |
| sudo apt-get install vagrant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment