Browse Source

Homebrew install: ignore pinned formulae in `brew upgrade` (#11423)

pull/11429/head 0.11.38
Ryan 3 years ago
committed by GitHub
parent
commit
acec174fde
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      util/install/macos.sh

+ 1
- 1
util/install/macos.sh View File

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


Loading…
Cancel
Save