Skip to content

Instantly share code, notes, and snippets.

@phsacramento
Created July 13, 2013 23:59
Show Gist options
  • Save phsacramento/5992647 to your computer and use it in GitHub Desktop.
Save phsacramento/5992647 to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions in Ubuntu Guest Terminal
#make it simple
mount /dev/cdrom /mnt # or any other mountpoint
cd /mnt
./VBoxLinuxAdditions.run
reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment