Created
December 25, 2017 13:41
-
-
Save m-x-k/77b238f94b158944db4ceb66bec0fc9e to your computer and use it in GitHub Desktop.
Install MiniShift on MacOS
This file contains hidden or 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/bash | |
echo "Install MiniShift on MacOS: " | |
echo " Note: assumes machine not pre-setup with prerequisites!!!" | |
brew update | |
echo "Install Homebrew Casks:" | |
brew install caskroom/cask/brew-cask | |
echo "Install VirtualBox: " | |
brew cask install virtualbox | |
echo "Install xhyve hypervisor:" | |
brew install --HEAD xhyve | |
echo "Install MiniShift:" | |
brew cask install minishift | |
echo "Done." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment