Skip to content

Instantly share code, notes, and snippets.

@jmathai
Created May 25, 2012 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmathai/2785504 to your computer and use it in GitHub Desktop.
Save jmathai/2785504 to your computer and use it in GitHub Desktop.
Upgrades virtualbox to guest additions 4.1.8
wget -c http://download.virtualbox.org/virtualbox/4.1.8/VBoxGuestAdditions_4.1.8.iso
sudo umount /mnt
sudo mount VBoxGuestAdditions_4.1.8.iso -o loop /mnt
sudo sh /mnt/VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment