-
-
Save bouassaba/d414d31ea37c5a24c5b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This script is a workaround to virtualbox | |
# hostonly network hang on OSX Maverick. | |
vboxmanage hostonlyif remove vboxnet0 | |
vboxmanage hostonlyif create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment