Skip to content

Instantly share code, notes, and snippets.

@dcrystalj
Created June 12, 2014 02:01
Show Gist options
  • Save dcrystalj/e655757f12549188c747 to your computer and use it in GitHub Desktop.
Save dcrystalj/e655757f12549188c747 to your computer and use it in GitHub Desktop.
install guest additions on debian
apt-get update
apt-get upgrade
apt-get install build-essential module-assistant
m-a prepare
mount /media/cdrom
sh /media/cdrom/VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment