aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Murdaca <runcom@redhat.com>2016-09-18 12:42:58 +0200
committerAntonio Murdaca <runcom@redhat.com>2016-09-18 12:42:58 +0200
commitedc7441800af085cada407c0593e8f83fc67ec56 (patch)
tree5c966c1713b90d9831b842152790175d6f8c32e7
parenta258358b6c2df0d1347a6506831076ef6a9784b3 (diff)
downloadqmk_firmware-edc7441800af085cada407c0593e8f83fc67ec56.tar.gz
qmk_firmware-edc7441800af085cada407c0593e8f83fc67ec56.zip
util/install_dependecies.sh: fix yum packages
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
-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
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,