summaryrefslogtreecommitdiff
path: root/util/avr_setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'util/avr_setup.sh')
-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 34a8a3281b..916d0378b4 100644
--- a/util/avr_setup.sh
+++ b/util/avr_setup.sh
@@ -38,8 +38,9 @@ elif [[ -n "$(type -P apt-get)" ]]; then
gcc-avr \
binutils-avr \
avr-libc \
+ dfu-programmer \
dfu-util
-
+
elif [[ -n "$(type -P yum)" ]]; then
# Fedora, CentOS or RHEL and derivatives
yum -y makecache && yum -y update
@@ -55,6 +56,7 @@ elif [[ -n "$(type -P yum)" ]]; then
avr-binutils \
avr-gcc \
avr-libc \
+ dfu-programmer \
dfu-util
elif [[ -n "$(type -P zypper)" ]]; then