Last active
December 18, 2023 04:41
install ghostscript 9.26 on MacOS by using homebrew
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/bash | |
brew unlink ghostscript | |
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula | |
git checkout 6ec0c1a03ad789b6246bfbbf4ee0e37e9f913ee0 ghostscript.rb | |
brew install ghostscript | |
brew pin ghostscript |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment