Skip to content

Commit

Permalink
macOS install script: remove brew upgrade --ignore-pinned (qmk#23735)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored May 19, 2024
1 parent 2420487 commit 9302351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _qmk_install_prepare() {
return 1
fi

brew update && brew upgrade --formulae --ignore-pinned
brew update && brew upgrade --formulae
}

_qmk_install() {
Expand Down

0 comments on commit 9302351

Please sign in to comment.