Skip to content

Instantly share code, notes, and snippets.

@tekton
Last active August 29, 2015 14:19
Show Gist options
  • Save tekton/caec3623e3a8f60e4b0c to your computer and use it in GitHub Desktop.
Save tekton/caec3623e3a8f60e4b0c to your computer and use it in GitHub Desktop.
centos-prep-vbox
#!/bin/bash
yum --enablerepo rpmforge install dkms
yum groupinstall -y "Development Tools"
yum install -y kernel-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment