diff options
author | xyverz <xyverz@gmail.com> | 2016-09-30 23:16:50 -0700 |
---|---|---|
committer | xyverz <xyverz@gmail.com> | 2016-09-30 23:16:50 -0700 |
commit | e69e4c1ef2cd553597e10d1ae5b0384d29f2c16f (patch) | |
tree | 957641d33f60e75b8fd747da11ed3bca06f0cfab /util/install_dependencies.sh | |
parent | e3c3170610561042df3d67f358c15553878a2012 (diff) | |
parent | 35e6870e5c8943c044187256e01c96ef400ca067 (diff) |
Merge remote-tracking branch 'jackhumbert/master'
Diffstat (limited to 'util/install_dependencies.sh')
-rwxr-xr-x | util/install_dependencies.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/util/install_dependencies.sh b/util/install_dependencies.sh index 49ac86e072..936a865938 100755 --- a/util/install_dependencies.sh +++ b/util/install_dependencies.sh @@ -68,9 +68,8 @@ elif [[ -n "$(type -P yum)" ]]; then avr-libc \ dfu-programmer \ dfu-util \ - gcc-arm-none-eabi \ - binutils-arm-none-eabi \ - libnewlib-arm-none-eabi \ + arm-none-eabi-gcc-cs \ + arm-none-eabi-newlib \ git \ diffutils # The listed eabi pacackes do unfortunately not exist for CentOS, |