Created
November 17, 2015 18:35
-
-
Save nalingarg2/d9b9a29ef68b49f4f165 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
yum update -y | |
yum groupinstall 'Development Tools' | |
yum install SDL kernel-devel kernel-headers dkms | |
cd /etc/yum.repos.d/ | |
wget http://download.virtualbox.org/virtualbox/rpm/el/virtualbox.repo | |
wget -q http://download.virtualbox.org/virtualbox/debian/oracle_vbox.asc | |
rpm --import oracle_vbox.asc | |
yum install VirtualBox-5.0 | |
systemctl status vboxdrv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment