Skip to content

Instantly share code, notes, and snippets.

@eniuz
Created January 28, 2015 10:53
Show Gist options
  • Save eniuz/84b0511511ce3da97f70 to your computer and use it in GitHub Desktop.
Save eniuz/84b0511511ce3da97f70 to your computer and use it in GitHub Desktop.
Fix guest additions problem after vagrant box provisioning
#!/bin/bash
# the "vboxsf" file system is not available. Please verify that
sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment