Skip to content

Instantly share code, notes, and snippets.

@aboutaaron
Created February 25, 2013 22:24
Show Gist options
  • Save aboutaaron/5033904 to your computer and use it in GitHub Desktop.
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
# 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