Keeping the TigerBrew database updated is normally done with the command:
brew update
Due to changes I made to a formula - some things on my system got broken
.
The internal diagnostic tool (brew doctor) was not able to identify or fix the issue.
Fear not - you can force an update of the TigerBrew database with these commands:
cd `brew --prefix`
git remote add origin https://github.com/mistydemeo/tigerbrew
git fetch origin
git reset --hard origin/master
brew update
Due to changes I made to a formula - some things on my system got broken
The internal diagnostic tool (brew doctor) was not able to identify or fix the issue.
Fear not - you can force an update of the TigerBrew database with these commands:
cd `brew --prefix`
git remote add origin https://github.com/mistydemeo/tigerbrew
git fetch origin
git reset --hard origin/master