Skip to content

Instantly share code, notes, and snippets.

@lo5an
Last active May 25, 2016 15:50
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 lo5an/b4a2ba527e8cb6864819d3380c8439b8 to your computer and use it in GitHub Desktop.
Save lo5an/b4a2ba527e8cb6864819d3380c8439b8 to your computer and use it in GitHub Desktop.
#!/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment