Skip to content

Instantly share code, notes, and snippets.

@adambutler
Last active August 29, 2015 14:02
Show Gist options
  • Save adambutler/25dbc9b0fb4171f985fa to your computer and use it in GitHub Desktop.
Save adambutler/25dbc9b0fb4171f985fa to your computer and use it in GitHub Desktop.
php54-mongo version 1.4.5
#!/bin/sh
# Usage:
# curl https://gist.githubusercontent.com/adambutler/25dbc9b0fb4171f985fa/raw/4044a30e73a0cac5270d88d74e2a60062a5ce878/php54-mongo-1.4.5.sh | sh
brew uninstall php54-mongo
wget http://cl.ly/3e4324332D1C/1.4.5.zip
tar xfz 1.4.5.zip
mkdir -p /usr/local/Cellar/php54-mongo/
mv 1.4.5 /usr/local/Cellar/php54-mongo/1.4.5
brew link php54-mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment