You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a item/plugin that runs brew update && brew upgrade on click. Item code:
#!/usr/bin/env zsh# Load global styles, colors and iconssource"$CONFIG_DIR/globalstyles.sh"# Identify full path to brew, just in case
brew="$(which brew)"
brew=(
"${notification_defaults[@]}"
icon=$ICON_PACKAGE
script="$PLUGIN_DIR/brew.sh"
click_script="$brew update && $brew upgrade"
)
sketchybar --add item brew right \
--set brew "${brew[@]}"
Issue: when ran through Sketchybar, brew upgrade errors out when trying to download any package (it calls curl and stops). When I run brew upgrade from Terminal or a simple script file, it works.
I asked folks over at homebrew, we did some troubleshooting but nothing works so far, so I thought I'd ask here. Discussion over at homebrew:
I have a item/plugin that runs
brew update && brew upgrade
on click. Item code:Issue: when ran through Sketchybar,
brew upgrade
errors out when trying to download any package (it calls curl and stops). When I runbrew upgrade
from Terminal or a simple script file, it works.I asked folks over at homebrew, we did some troubleshooting but nothing works so far, so I thought I'd ask here. Discussion over at homebrew:
https://github.com/orgs/Homebrew/discussions/5710
The text was updated successfully, but these errors were encountered: