Skip to content

Instantly share code, notes, and snippets.

@mjvdende
Created May 2, 2014 10:56
Show Gist options
  • Save mjvdende/bce8e1b4b9549c398ae7 to your computer and use it in GitHub Desktop.
Save mjvdende/bce8e1b4b9549c398ae7 to your computer and use it in GitHub Desktop.
# Chores: Updating VirtualBox Guest Additions
if [! -h /usr/lib/VBoxGuestAdditions ]; then
ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment