From 2efc5bdd6cdd3199950604ea2578d1016152f127 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Thu, 4 Jun 2015 20:33:30 +0200 Subject: [PATCH] add --all option --- bin/update-everything.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-everything.sh b/bin/update-everything.sh index f2fb4c8..a49bdef 100755 --- a/bin/update-everything.sh +++ b/bin/update-everything.sh @@ -17,7 +17,7 @@ echo "==============================" echo "$(tput sgr0)" # reset brew update -brew upgrade +brew upgrade --all brew cleanup