Skip to content

Commit

Permalink
upgrade Bartender from 4 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper committed Mar 15, 2024
1 parent a5b4fde commit 11489c7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions macsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1108,12 +1108,12 @@ installcask apple-juice
# Notes
# - Cannot use mackup with Bartender (https://github.com/lra/mackup/issues/1126)
#
if [[ "$(isAppInstalled "Bartender 4")" = "false" ]]; then
if [[ "$(isAppInstalled "Bartender 5")" = "false" ]]; then
installcask bartender
giveAccessibilityPermission "Bartender 4"
giveScreenRecordingPermission "Bartender 4"
open -a Bartender
getLicense "Bartender 4"
giveAccessibilityPermission "Bartender 5"
giveScreenRecordingPermission "Bartender 5"
open -a "Bartender 5"
getLicense "Bartender"
fi

#
Expand Down

0 comments on commit 11489c7

Please sign in to comment.