Created
October 6, 2015 15:17
-
-
Save LucasArruda/17026c8cc0f2f3b5c8a3 to your computer and use it in GitHub Desktop.
Fixing brew
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/sh | |
cd $(brew --prefix) && git fetch && git reset --hard origin/master | |
brew update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment