diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-04 07:30:59 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-03 20:30:59 +0000 |
commit | acec174fde729982c273b326ef7dc75a1f1949e8 (patch) | |
tree | 8a3e091d51dc031d935bc41d27f707cbe9a6f13c /util | |
parent | 070240f2123f91c51a3cb146d601cf5b61beebfe (diff) | |
download | qmk_firmware-acec174fde729982c273b326ef7dc75a1f1949e8.tar.gz qmk_firmware-acec174fde729982c273b326ef7dc75a1f1949e8.zip |
Homebrew install: ignore pinned formulae in `brew upgrade` (#11423)
Diffstat (limited to 'util')
-rwxr-xr-x | util/install/macos.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/install/macos.sh b/util/install/macos.sh index 93fda91215..4b87217ba0 100755 --- a/util/install/macos.sh +++ b/util/install/macos.sh @@ -9,7 +9,7 @@ _qmk_install_prepare() { return 1 fi - brew update && brew upgrade + brew update && brew upgrade --ignore-pinned } _qmk_install() { |