Skip to content

Instantly share code, notes, and snippets.

@deanrock
Created December 14, 2014 17:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save deanrock/d17f92259f96e417ad18 to your computer and use it in GitHub Desktop.
Save deanrock/d17f92259f96e417ad18 to your computer and use it in GitHub Desktop.
install virtualbox additions for VB 4.3.20 Linux (Debian) guests
apt-get install -y linux-headers-$(uname -r)
cd /tmp
wget http://download.virtualbox.org/virtualbox/4.3.20/VBoxGuestAdditions_4.3.20.iso
mount -o loop,ro VBoxGuestAdditions_4.3.20.iso /mnt
/mnt/VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment