aboutsummaryrefslogtreecommitdiffstats
path: root/util/install_dependencies.sh
diff options
context:
space:
mode:
authorGravatar cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-09-19 11:13:53 -0400
committerGravatar cbbrowne <cbbrowne@cbbrowne.tor.int-afilias.info>2016-09-19 11:13:53 -0400
commit2c3fcc6c08bf03aef17f7ed74394539187a9c734 (patch)
tree350f2e3317a1c1bce6f8a9a12df732fe4bcb04ef /util/install_dependencies.sh
parentcc7604d11670cf3155d53f0019557b249b1192c0 (diff)
parent5f9c2f63ffb2c58db73e67442134be58bfe2c129 (diff)
downloadqmk_firmware-2c3fcc6c08bf03aef17f7ed74394539187a9c734.tar.gz
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'util/install_dependencies.sh')
-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,