Skip to content

Instantly share code, notes, and snippets.

@dkastl
Created June 12, 2013 16:37
Show Gist options
  • Save dkastl/5766989 to your computer and use it in GitHub Desktop.
Save dkastl/5766989 to your computer and use it in GitHub Desktop.
VirtualBox updates after kernel upgrade
#!/bin/bash
# Upgrade linux headers
sudo apt-get install linux-headers-`uname -r`
# Reconfigure dkms and load module:
sudo dpkg-reconfigure virtualbox-dkms
sudo modprobe vboxdrv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment