-
-
Save kristi/e530d6b0779bef12eaba to your computer and use it in GitHub Desktop.
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
brew list -1 | while read line; do brew unlink $line; brew link $line; done | |
for x in sqlite openssl readline; do brew unlink $x; brew link --force $x; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment