Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save clar/4cf511fb14caa89bb62ea92d55093824 to your computer and use it in GitHub Desktop.
Save clar/4cf511fb14caa89bb62ea92d55093824 to your computer and use it in GitHub Desktop.
Install Thrift 0.11.0 with brew on macOS
#!/bin/bash
brew unlink thrift
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4ba654c6d99b3b6804dd3843546a9dcbb700188b/Formula/thrift.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment