small updates for new homebrew version

This commit is contained in:
2026-06-15 11:06:14 +02:00
parent fc0f5cba01
commit c83666c6aa
+3 -3
View File
@@ -3,7 +3,7 @@
set -euf -o pipefail set -euf -o pipefail
/opt/homebrew/bin/brew update /opt/homebrew/bin/brew update
/opt/homebrew/bin/brew bundle install --file="$1" --cleanup --zap --force-cleanup /opt/homebrew/bin/brew bundle install --file="$1" --zap --force-cleanup
/opt/homebrew/bin/brew upgrade /opt/homebrew/bin/brew upgrade -y
/opt/homebrew/bin/brew autoremove /opt/homebrew/bin/brew autoremove
[[ "${2:-}" == "--prune" ]] && /opt/homebrew/bin/brew cleanup --prune=all [[ "${2:-}" == "--prune" ]] && /opt/homebrew/bin/brew cleanup --prune=all -s