diff options
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, | 
