Skip to content

Instantly share code, notes, and snippets.

@mrlesmithjr
Created December 21, 2019 04:48
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 mrlesmithjr/f89435137fad3940d4f3ab87349f45fb to your computer and use it in GitHub Desktop.
Save mrlesmithjr/f89435137fad3940d4f3ab87349f45fb to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
brew cask uninstall virtualbox virtualbox-extension-pack
brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/45d768ed9fa4a23cc76fab675cdcd6bf409ab32e/Casks/virtualbox.rb
brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/45d768ed9fa4a23cc76fab675cdcd6bf409ab32e/Casks/virtualbox-extension-pack.rb
@mrlesmithjr
Copy link
Author

Vagrant currently has an issue with VirtualBox 6.1.x versions. This script will roll back to previous 6.0.14 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment