Created
October 25, 2017 01:45
-
-
Save ejlp12/059373f1785c52114d778a4ee7277ccb to your computer and use it in GitHub Desktop.
upgrade vagrant on mac os-x
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
brew cask reinstall vagrant | |
# this might take a long time | |
vagrant plugin update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It worked for me on MAC OS Sonoma 14.1.2. Thank you