Created
November 26, 2012 21:00
-
-
Save cabbiepete/4150580 to your computer and use it in GitHub Desktop.
Helper script for upgrading VirtualBox Addtions on an Ubuntu guest
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
sudo apt-get install -y dkms build-essential linux-headers-generic linux-headers-$(uname -r) | |
sudo mount /dev/cdrom /media/cdrom | |
cd /media/cdrom/ | |
./VBoxLinuxAdditions.run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment