Skip to content

Instantly share code, notes, and snippets.

@svetlyak40wt
Created July 15, 2012 18:13
Show Gist options
  • Save svetlyak40wt/3117976 to your computer and use it in GitHub Desktop.
Save svetlyak40wt/3117976 to your computer and use it in GitHub Desktop.
How to upgrade guest additions for the Virtual Box.
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