Skip to content

Commit

Permalink
Update brew maintenance for monterey brew location
Browse files Browse the repository at this point in the history
  • Loading branch information
GMadorell committed Feb 7, 2022
1 parent 905811d commit 1a468f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/cronjobs/brew_maintenance
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
echo ""

echo "`date`: RUNNING: brew update"
/usr/local/bin/brew update
/opt/homebrew/bin/brew update
echo "`date`: FINISHED: brew update"

echo ""

echo "`date`: RUNNING: brew upgrade"
/usr/local/bin/brew upgrade
/opt/homebrew/bin/brew upgrade
echo "`date`: FINISHED: brew upgrade"

echo ""

echo "`date`: RUNNING: brew cleanup"
/usr/local/bin/brew cleanup
/opt/homebrew/bin/brew cleanup
echo "`date`: FINISHED: brew cleanup"

echo ""
Expand Down

0 comments on commit 1a468f2

Please sign in to comment.