summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorColin T.A. Gray <colinta@gmail.com>2018-10-22 20:56:52 +0200
committerDrashna Jaelre <drashna@live.com>2018-10-22 22:32:47 +0200
commit418a886ae44833eb323e2e902b92759369063339 (patch)
tree5914c90bda2c8d97d726b4b9b7d0c63b206b9094 /util
parent552b1cccec12f2685f594df5b58afc11ca1fbc74 (diff)
downloadqmk_firmware-418a886ae44833eb323e2e902b92759369063339.tar.gz
qmk_firmware-418a886ae44833eb323e2e902b92759369063339.tar.xz
adds 'dfu-util' to macos_install.sh
Diffstat (limited to 'util')
-rwxr-xr-xutil/macos_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index 7bfb105ec..c31be99d2 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -22,4 +22,4 @@ fi
brew tap osx-cross/avr
brew tap PX4/homebrew-px4
brew update
-brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude
+brew install avr-gcc@7 gcc-arm-none-eabi dfu-programmer avrdude dfu-util