summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/msys2_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/msys2_install.sh b/util/msys2_install.sh
index 282053fe4..c64685754 100644
--- a/util/msys2_install.sh
+++ b/util/msys2_install.sh
@@ -16,6 +16,7 @@ function install_avr {
wget "http://ww1.microchip.com/downloads/en/DeviceDoc/avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe"
7z x avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe
rm avr8-gnu-toolchain-installer-3.5.4.91-win32.any.x86.exe
+ pacman --needed -S mingw-w64-x86_64-avrdude
}
function install_arm {