Skip to content

Instantly share code, notes, and snippets.

@codeprimate
Created March 8, 2014 20:08
Show Gist options
  • Save codeprimate/9438132 to your computer and use it in GitHub Desktop.
Save codeprimate/9438132 to your computer and use it in GitHub Desktop.
Reinstall ImageMagick with brew after OSX Update
#!/bin/bash
brew uninstall imagemagick jpeg libtiff jasper
brew install imagemagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment