Created
February 25, 2013 22:24
-
-
Save aboutaaron/5033904 to your computer and use it in GitHub Desktop.
How to fix homebrew every time it doesn't want to overwrite changes
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
# https://github.com/mxcl/homebrew/issues/13373 | |
cd `brew --prefix` | |
rm Library/Formula/stunnel.rb | |
brew update -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment