Skip to content

Instantly share code, notes, and snippets.

@ansrivas
Created September 16, 2015 22:02
Show Gist options
  • Select an option

  • Save ansrivas/b2ab6fc9220aed5fa730 to your computer and use it in GitHub Desktop.

Select an option

Save ansrivas/b2ab6fc9220aed5fa730 to your computer and use it in GitHub Desktop.
run these so as to mount virtualbox-guestaddition.iso
apt-get update
apt-get install dkms build-essential linux-headers-$(uname -r)
mount /dev/cdrom /mnt
cd /mnt
./VBoxLinuxAdditions.run --nox11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment