Skip to content

Instantly share code, notes, and snippets.

@hiracchi
Last active December 18, 2023 04:41
Show Gist options
  • Save hiracchi/68f08efa936960f0f06cd8d277d0e845 to your computer and use it in GitHub Desktop.
Save hiracchi/68f08efa936960f0f06cd8d277d0e845 to your computer and use it in GitHub Desktop.
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