]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - util/macos_install.sh
add 'mavrdude' target into tmk_core/avr.mk (#3986)
[qmk_firmware.git] / util / macos_install.sh
index ec8502985a0f866c9cc0769c70703544966bcec7..7bfb105ecb4b0771dbb481b498f0228711094c83 100755 (executable)
@@ -15,11 +15,11 @@ 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