From: Alexander Barton Date: Sun, 12 Feb 2017 22:53:08 +0000 (+0100) Subject: brew-run: Don't run "brew linkapps", will be deprecated upstream X-Git-Url: https://arthur.barton.de/gitweb/?p=homebrew-alex.git;a=commitdiff_plain;h=50cbe66141958852f6470c4e7392c051e346ecb6 brew-run: Don't run "brew linkapps", will be deprecated upstream Signed-off-by: Alexander Barton --- diff --git a/cmd/brew-run b/cmd/brew-run index 7d499e4..7b9ccd6 100755 --- a/cmd/brew-run +++ b/cmd/brew-run @@ -27,9 +27,6 @@ if [ $outdated -gt 0 ]; then brew upgrade --cleanup || ax_abort "Upgrade failed!" echo - - ax_msg - "Linking applications ..." - brew linkapps --local || ax_abort "Linking of applications failed!" else ax_msg 0 "Nothing outdated." fi