Created
December 19, 2012 14:13
-
-
Save solisoft/4336941 to your computer and use it in GitHub Desktop.
Downgrade imagemagick using 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
# First check imagemagick versions | |
brew versions imagemagick | |
brew uninstall imagemagick | |
cd /usr/local/Cellar | |
git checkout 834ce4a /usr/local/Library/Formula/imagemagick.rb | |
brew install imagemagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment