Skip to content

Commit

Permalink
Force install homebrew versions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Blackjacx committed Feb 22, 2024
1 parent 1a68f6e commit 3bff96d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bff96d

Please sign in to comment.