Update and fix bitbar scripts

This commit is contained in:
2020-02-06 21:20:58 +00:00
parent 7358c889bc
commit 2640964cb8
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ require 'pathname'
SCRIPT_PATH = Pathname.new($0).realpath()
BREW = "/usr/local/bin/brew"
BREW_LINK = "http://brew.sh/"
BREW_SERVICES = "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/cmd/brew-services.rb"
BREW_SERVICES = "/usr/local/Homebrew/Library/Taps/homebrew/homebrew-services/cmd/services.rb"
BREW_SERVICES_LINK = "https://github.com/Homebrew/homebrew-services"
REFRESH = "---\nRefresh | refresh=true"

View File

@@ -9,7 +9,7 @@ exit_with_error() {
exit 1;
}
/usr/local/bin/brew update > /dev/null || exit_with_error;
/usr/local/bin/brew update > /dev/null #|| exit_with_error;
PINNED=$(/usr/local/bin/brew list --pinned);
OUTDATED=$(/usr/local/bin/brew outdated --quiet);