mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update and fix bitbar scripts
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user