aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/avr_setup.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/avr_setup.sh b/util/avr_setup.sh
index 34a8a3281..916d0378b 100644
--- a/util/avr_setup.sh
+++ b/util/avr_setup.sh
@@ -38,8 +38,9 @@ elif [[ -n "$(type -P apt-get)" ]]; then
38 gcc-avr \ 38 gcc-avr \
39 binutils-avr \ 39 binutils-avr \
40 avr-libc \ 40 avr-libc \
41 dfu-programmer \
41 dfu-util 42 dfu-util
42 43
43elif [[ -n "$(type -P yum)" ]]; then 44elif [[ -n "$(type -P yum)" ]]; then
44 # Fedora, CentOS or RHEL and derivatives 45 # Fedora, CentOS or RHEL and derivatives
45 yum -y makecache && yum -y update 46 yum -y makecache && yum -y update
@@ -55,6 +56,7 @@ elif [[ -n "$(type -P yum)" ]]; then
55 avr-binutils \ 56 avr-binutils \
56 avr-gcc \ 57 avr-gcc \
57 avr-libc \ 58 avr-libc \
59 dfu-programmer \
58 dfu-util 60 dfu-util
59 61
60elif [[ -n "$(type -P zypper)" ]]; then 62elif [[ -n "$(type -P zypper)" ]]; then