Skip to content

Instantly share code, notes, and snippets.

View lo5an's full-sized avatar

Logan Cox lo5an

View GitHub Profile
#!/bin/bash
# install dependencies and build vbox guest addtions
# doesn't work until rebooted with new kernel
sudo yum install -y gcc kernel-devel bzip2
cd /opt/VBoxGuestAdditions-5.0.16/src/vboxguest-5.0.16/
make install
sudo make install