diff options
| -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 49ac86e07..936a86593 100755 --- a/util/install_dependencies.sh +++ b/util/install_dependencies.sh | |||
| @@ -68,9 +68,8 @@ elif [[ -n "$(type -P yum)" ]]; then | |||
| 68 | avr-libc \ | 68 | avr-libc \ |
| 69 | dfu-programmer \ | 69 | dfu-programmer \ |
| 70 | dfu-util \ | 70 | dfu-util \ |
| 71 | gcc-arm-none-eabi \ | 71 | arm-none-eabi-gcc-cs \ |
| 72 | binutils-arm-none-eabi \ | 72 | arm-none-eabi-newlib \ |
| 73 | libnewlib-arm-none-eabi \ | ||
| 74 | git \ | 73 | git \ |
| 75 | diffutils | 74 | diffutils |
| 76 | # The listed eabi pacackes do unfortunately not exist for CentOS, | 75 | # The listed eabi pacackes do unfortunately not exist for CentOS, |
