Skip to content

Instantly share code, notes, and snippets.

@hiracchi
Last active December 18, 2023 04:41
install ghostscript 9.26 on MacOS by using homebrew
#!/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