diff options
| -rwxr-xr-x | util/macos_install.sh | 3 |
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 | |||
| 24 | brew tap osx-cross/avr | 24 | 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@8 dfu-programmer avrdude clang-format dfu-util python3 |
| 28 | brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb | 28 | brew install --HEAD https://raw.githubusercontent.com/robertgzr/homebrew-tap/master/bootloadhid.rb |
| 29 | brew link --force avr-gcc@8 | 29 | brew link --force avr-gcc@8 |
| 30 | brew link --force arm-gcc-bin@8 | ||
| 30 | 31 | ||
| 31 | pip3 install -r "${util_dir}/../requirements.txt" | 32 | pip3 install -r "${util_dir}/../requirements.txt" |
