diff options
| author | Ryan <fauxpark@gmail.com> | 2024-05-19 15:23:24 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-19 15:23:24 +1000 |
| commit | 93023511ab0f334bb0394d279b9175d46fe1b3c6 (patch) | |
| tree | 07476e2841f8e4b7afdcdf6643eb4c13674273e0 /util | |
| parent | 2420487e55fb922e93fae846cee1a73244358019 (diff) | |
macOS install script: remove `brew upgrade --ignore-pinned` (#23735)
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 8890c5a3f0..a1b79fe868 100755 --- a/util/install/macos.sh +++ b/util/install/macos.sh | |||
| @@ -9,7 +9,7 @@ _qmk_install_prepare() { | |||
| 9 | return 1 | 9 | return 1 |
| 10 | fi | 10 | fi |
| 11 | 11 | ||
| 12 | brew update && brew upgrade --formulae --ignore-pinned | 12 | brew update && brew upgrade --formulae |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | _qmk_install() { | 15 | _qmk_install() { |
