diff options
Diffstat (limited to 'util/macos_install.sh')
| -rwxr-xr-x | util/macos_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/macos_install.sh b/util/macos_install.sh index f7e304424..d9ec50a7e 100755 --- a/util/macos_install.sh +++ b/util/macos_install.sh | |||
| @@ -24,6 +24,6 @@ fi | |||
| 24 | brew tap osx-cross/avr | 24 | brew tap osx-cross/avr |
| 25 | brew tap PX4/homebrew-px4 | 25 | brew tap PX4/homebrew-px4 |
| 26 | brew update | 26 | brew update |
| 27 | brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude dfu-util python3 | 27 | brew install avr-gcc@8 gcc-arm-none-eabi dfu-programmer avrdude clang-format dfu-util python3 |
| 28 | brew link --force avr-gcc@8 | 28 | brew link --force avr-gcc@8 |
| 29 | pip3 install -r ${util_dir}/../requirements.txt | 29 | pip3 install -r ${util_dir}/../requirements.txt |
