macOS install script: remove brew upgrade --ignore-pinned (#23735)

This commit is contained in:
Ryan 2024-05-19 15:23:24 +10:00 committed by GitHub
parent 2420487e55
commit 93023511ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ _qmk_install_prepare() {
return 1
fi
brew update && brew upgrade --formulae --ignore-pinned
brew update && brew upgrade --formulae
}
_qmk_install() {