From 3bff96dde0a588966ede0308e6886a255f65f94d Mon Sep 17 00:00:00 2001 From: Stefan Herold <794372+Blackjacx@users.noreply.github.com> Date: Thu, 22 Feb 2024 18:42:09 +0100 Subject: [PATCH] Force install homebrew versions Background: Before many casks where considered as not installed, then downloaded (which can take a while) just to recognize in the end that there is already an app in the Applications folder. --- bootstrap/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh index ee9a161..10023f6 100755 --- a/bootstrap/bootstrap.sh +++ b/bootstrap/bootstrap.sh @@ -329,7 +329,7 @@ installSoftware() { brew update log "Install all dependencies declared in global ~/.Brewfile (eventually upgrade them)…" - brew bundle -v --global + brew bundle -v --global --force --cleanup --no-lock log "Upgrade all dependencies (even those not declared in global ~/.Brewfile)…" brew upgrade