summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-01-03 20:31:41 +0000
committerQMK Bot <hello@qmk.fm>2021-01-03 20:31:41 +0000
commitb7d4a9dc25052807cfbdf351819bb47f1808128d (patch)
tree06fd8f2bee32375b5ac1a617fd241316c1ad0150 /util
parent1f8acb7619637035fc626e4ef15e96330486158a (diff)
parentacec174fde729982c273b326ef7dc75a1f1949e8 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util')
-rwxr-xr-xutil/install/macos.sh2
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() {