From 8fb0a744ec2f67873206a8e2c956edeac8236001 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 3 Jul 2013 09:13:32 +0200 Subject: .brew: Install PHP 5.5 --- .brew | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.brew') diff --git a/.brew b/.brew index f4421cc..a5e1896 100755 --- a/.brew +++ b/.brew @@ -26,7 +26,7 @@ brew install narwhal brew tap homebrew/dupes brew install homebrew/dupes/grep brew tap josegonzalez/homebrew-php -brew install php54 +brew install php55 # These two formulae didn’t work well last time I tried them: #brew install homebrew/dupes/vim @@ -54,11 +54,7 @@ brew tap phinze/homebrew-cask brew install brew-cask function installcask() { - if brew cask info "${@}" | grep "Not installed" > /dev/null; then - brew cask install "${@}" - else - echo "${@} is already installed." - fi + brew cask install "${@}" 2> /dev/null } installcask dropbox -- cgit v1.2.3