Created
July 15, 2012 18:13
-
-
Save svetlyak40wt/3117976 to your computer and use it in GitHub Desktop.
How to upgrade guest additions for the Virtual Box.
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 install make linux-headers-`uname -r` | |
| cd /tmp | |
| wget 'http://download.virtualbox.org/virtualbox/4.1.18/VBoxGuestAdditions_4.1.18.iso' | |
| sudo mount VBoxGuestAdditions_4.1.18.iso -o loop /mnt | |
| sudo sh /mnt/VBoxLinuxAdditions.run --nox11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment