summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Silva <andre.beat@gmail.com>2018-11-24 16:48:42 +0000
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-11-24 08:48:42 -0800
commitf0db40ff113a768f53de1197817b3a31bc32e9ab (patch)
tree5896f3d0fe7005016932bf268181b7c664ec3ee2
parent3363743bf78fa5efc9a6a70f13925f4c95745641 (diff)
fix diffutils arch package name (#4470)0.6.183
-rwxr-xr-xutil/linux_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/linux_install.sh b/util/linux_install.sh
index 0e8296c0d2..70b389c0da 100755
--- a/util/linux_install.sh
+++ b/util/linux_install.sh
@@ -61,9 +61,9 @@ elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
avr-binutils \
avr-libc \
avr-gcc \
- base-devel \
+ base-devel \
dfu-util \
- diff-utils \
+ diffutils \
gcc \
git \
unzip \