diff options
Diffstat (limited to 'util/macos_install.sh')
| -rwxr-xr-x | util/macos_install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh index f993003f0..76ec3355b 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh | |||
| @@ -25,5 +25,7 @@ brew tap osx-cross/avr | |||
| 25 | brew tap osx-cross/arm | 25 | brew tap osx-cross/arm |
| 26 | brew update | 26 | brew update |
| 27 | brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3 | 27 | brew install avr-gcc@8 arm-gcc-bin dfu-programmer avrdude clang-format dfu-util python3 |
| 28 | brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb | ||
| 28 | brew link --force avr-gcc@8 | 29 | brew link --force avr-gcc@8 |
| 30 | |||
| 29 | pip3 install -r "${util_dir}/../requirements.txt" | 31 | pip3 install -r "${util_dir}/../requirements.txt" |
