Skip to content

Instantly share code, notes, and snippets.

@hiro345
Last active December 16, 2015 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiro345/5376830 to your computer and use it in GitHub Desktop.
Save hiro345/5376830 to your computer and use it in GitHub Desktop.
VitualBox install script for Fedora18. change "user001" to your account.
#!/bin/sh
cd /etc/yum.repos.d/
wget http://download.virtualbox.org/virtualbox/rpm/fedora/virtualbox.repo
yum -y install \
binutils \
gcc \
make \
patch \
libgomp \
glibc-headers \
glibc-devel \
kernel-headers \
kernel-devel \
dkms
/etc/init.d/vboxdrv setup
usermod -a -G vboxusers user001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment