Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created February 6, 2012 21:21
Show Gist options
  • Save tsabat/1754971 to your computer and use it in GitHub Desktop.
Save tsabat/1754971 to your computer and use it in GitHub Desktop.
wget -c http://download.virtualbox.org/virtualbox/4.1.8/VBoxGuestAdditions_4.1.8.iso -O VBoxGuestAdditions_4.1.8.iso
sudo mount VBoxGuestAdditions_4.1.8.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