Skip to content

Instantly share code, notes, and snippets.

@jfountain
Created April 19, 2012 04:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jfountain/2418589 to your computer and use it in GitHub Desktop.
Save jfountain/2418589 to your computer and use it in GitHub Desktop.
update guest addition for virtualbox
wget -c \
http://download.virtualbox.org/virtualbox/4.1.12/VBoxGuestAdditions_4.1.12.iso \
-O VBoxGuestAdditions_4.1.12.iso
sudo apt-get install build-essential linux-headers-`uname -r`
sudo mount VBoxGuestAdditions_4.1.12.iso -o loop /mnt
sudo sh /mnt/VBoxLinuxAdditions.run --nox11
rm *.iso
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment