X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=util%2Fmacos_install.sh;h=93f3ed0b96f09cac051002dd3502e915b5cc8ffe;hb=99500243e10c12c0a5005da49aa1986947b27153;hp=ec8502985a0f866c9cc0769c70703544966bcec7;hpb=0b82d08e8dd3cf7c887489a0e696b2cac9ffc4d9;p=qmk_firmware.git diff --git a/util/macos_install.sh b/util/macos_install.sh index ec8502985..93f3ed0b9 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh @@ -15,11 +15,12 @@ if ! brew --version 2>&1 > /dev/null; then *) echo -n "Would you like to install homebrew now? [y/n] " ;; - esac + esac done fi brew tap osx-cross/avr brew tap PX4/homebrew-px4 brew update -brew install avr-gcc gcc-arm-none-eabi dfu-programmer avrdude +brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3 +brew link --force avr-gcc@7