Skip to content

Instantly share code, notes, and snippets.

@mbmccormick
Created October 15, 2010 01:49
Show Gist options
  • Save mbmccormick/627462 to your computer and use it in GitHub Desktop.
Save mbmccormick/627462 to your computer and use it in GitHub Desktop.
Fix VirtualBox Guest Additions in Ubuntu 10.10.
sudo apt-get update
sudo apt-get install build-essential linux-headers-$(uname -r)
sudo apt-get install virtualbox-ose-guest-x11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment