summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-09-19 07:22:38 +0200
committerGitHub <noreply@github.com>2016-09-19 07:22:38 +0200
commit5f9c2f63ffb2c58db73e67442134be58bfe2c129 (patch)
treef310e72223a25414f69c2dec70509fed26dc3960 /util
parentc678676e415c20d78ee3e026a96a2d5c4853c250 (diff)
parentedc7441800af085cada407c0593e8f83fc67ec56 (diff)
downloadqmk_firmware-5f9c2f63ffb2c58db73e67442134be58bfe2c129.tar.gz
qmk_firmware-5f9c2f63ffb2c58db73e67442134be58bfe2c129.tar.xz
Merge pull request #761 from runcom/fix-yum-installs
util/install_dependecies.sh: fix yum packages
Diffstat (limited to 'util')
-rwxr-xr-xutil/install_dependencies.sh5
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
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,