projects
/
qmk_firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34b71f
)
Install avrdude in Arch/Manjaro Linux (#6132)
author
Yusuke Nakamura
<unasuke@users.noreply.github.com>
Sat, 15 Jun 2019 18:32:06 +0000
(
03:32
+0900)
committer
Drashna Jaelre
<drashna@live.com>
Sat, 15 Jun 2019 18:32:06 +0000
(11:32 -0700)
avrdude is require package but not installed by script when
arch linux.
util/linux_install.sh
patch
|
blob
|
history
diff --git
a/util/linux_install.sh
b/util/linux_install.sh
index 3df7c0b2ae71d22465bd8af1e17388ef176d4358..efb2ee7746ebd244a5b380514dce7b0f897bd5d3 100755
(executable)
--- a/
util/linux_install.sh
+++ b/
util/linux_install.sh
@@
-61,6
+61,7
@@
elif grep ID /etc/os-release | grep -q 'arch\|manjaro'; then
arm-none-eabi-binutils \
arm-none-eabi-gcc \
arm-none-eabi-newlib \
+ avrdude \
avr-binutils \
avr-libc \
avr-gcc \