aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/macos_install.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh
index 76ec3355b..a4037cce9 100755
--- a/util/macos_install.sh
+++ b/util/macos_install.sh
@@ -24,8 +24,9 @@ fi
24brew tap osx-cross/avr 24brew tap osx-cross/avr
25brew tap osx-cross/arm 25brew tap osx-cross/arm
26brew update 26brew update
27brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3 27brew install avr-gcc@8 arm-gcc-bin@8 dfu-programmer avrdude clang-format dfu-util python3
28brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb 28brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb
29brew link --force avr-gcc@8 29brew link --force avr-gcc@8
30brew link --force arm-gcc-bin@8
30 31
31pip3 install -r "${util_dir}/../requirements.txt" 32pip3 install -r "${util_dir}/../requirements.txt"