Skip to content

Commit

Permalink
Update macOS install script (#21854)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Aug 31, 2023
1 parent 9614c3a commit d92ef59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion util/install/macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ _qmk_install() {
# https://github.com/qmk/homebrew-qmk
brew install qmk/qmk/qmk

# Conflicts with new toolchain formulae
brew uninstall --ignore-dependencies arm-gcc-bin@8 >/dev/null 2>&1

# Keg-only, so need to be manually linked
brew link --force avr-gcc@8
brew link --force arm-gcc-bin@8
brew link --force arm-none-eabi-binutils
brew link --force arm-none-eabi-gcc@8

python3 -m pip install -r $QMK_FIRMWARE_DIR/requirements.txt
}

0 comments on commit d92ef59

Please sign in to comment.