diff options
author | QMK Bot <hello@qmk.fm> | 2021-08-22 21:43:07 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-08-22 21:43:07 +0000 |
commit | f043b8be384cbfde6dcca0ffee2fc842a4fb4342 (patch) | |
tree | 23d3baa697af7394683310abe8cc966e7c8489c9 /util/install | |
parent | 4b87c1f40bd3c96132878c5cbb75ce2109e4b861 (diff) | |
parent | aa28335651a5a76d89054509186500c3af6147e7 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'util/install')
-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 3ce8ddbfd3..870b4bec94 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 --ignore-pinned + brew update && brew upgrade --formulae --ignore-pinned } _qmk_install() { |