Created
June 28, 2016 15:11
-
-
Save mycargus/845551a6ffbacc9d8470f6fefe08fcd3 to your computer and use it in GitHub Desktop.
Migrating Homebrew casks to new default location. Source: https://github.com/caskroom/homebrew-cask/issues/21913
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
mv /opt/homebrew-cask/Caskroom /usr/local | |
brew cask install --force $(brew cask list) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment