diff options
Diffstat (limited to 'util/install/msys2.sh')
| -rwxr-xr-x | util/install/msys2.sh | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/util/install/msys2.sh b/util/install/msys2.sh index b1300a34d..b027ff53d 100755 --- a/util/install/msys2.sh +++ b/util/install/msys2.sh | |||
| @@ -9,11 +9,10 @@ _qmk_install() { | |||
| 9 | 9 | ||
| 10 | pacman --needed --noconfirm --disable-download-timeout -S pactoys-git | 10 | pacman --needed --noconfirm --disable-download-timeout -S pactoys-git |
| 11 | pacboy sync --needed --noconfirm --disable-download-timeout \ | 11 | pacboy sync --needed --noconfirm --disable-download-timeout \ |
| 12 | base-devel: toolchain:x clang:x git: unzip: \ | 12 | base-devel: toolchain:x clang:x git: unzip: python3-pip:x \ |
| 13 | python3-pip:x \ | 13 | avr-binutils:x avr-gcc:x avr-libc:x arm-none-eabi-binutils:x \ |
| 14 | avr-binutils:x avr-gcc:x avr-libc:x \ | 14 | arm-none-eabi-gcc:x arm-none-eabi-newlib:x avrdude:x bootloadhid:x \ |
| 15 | arm-none-eabi-binutils:x arm-none-eabi-gcc:x arm-none-eabi-newlib:x \ | 15 | dfu-programmer:x dfu-util:x teensy-loader-cli:x hidapi:x |
| 16 | avrdude:x bootloadhid:x dfu-programmer:x dfu-util:x teensy-loader-cli:x | ||
| 17 | 16 | ||
| 18 | _qmk_install_drivers | 17 | _qmk_install_drivers |
| 19 | 18 | ||
