Skip to content

Instantly share code, notes, and snippets.

@cpliakas
Created January 4, 2012 15:56
Show Gist options
  • Save cpliakas/1560667 to your computer and use it in GitHub Desktop.
Save cpliakas/1560667 to your computer and use it in GitHub Desktop.
Helper script to install VirtualBox Guest Additions on Ubuntu servers.
#!/bin/bash
apt-get install dkms build-essential linux-headers-`uname -r` linux-headers-generic xserver-xorg xserver-xorg-core
mount /dev/cdrom /mnt
bash /mnt/VBoxLinuxAdditions.run
unount /mnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment