diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-05 16:17:32 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-05 16:17:32 +0200 |
commit | fa6af27248ec1fcbfdec433ea16154b7bdae045f (patch) | |
tree | 235c9a780abddca59f218d08387e2b7fd1afeb0f /scripts/install-mingw-packages.sh | |
parent | 1f8a640303976ddcc3605a9b6af8fb398dc7c300 (diff) |
fix windows compatibility
Diffstat (limited to 'scripts/install-mingw-packages.sh')
-rw-r--r-- | scripts/install-mingw-packages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-mingw-packages.sh b/scripts/install-mingw-packages.sh index fd82909..e1c000c 100644 --- a/scripts/install-mingw-packages.sh +++ b/scripts/install-mingw-packages.sh @@ -1,2 +1,2 @@ #!/bin/sh -pacman --noconfirm -Sy make git unzip mingw-w64-x86_64-avr-toolchain mingw-w64-x86_64-toolchain mingw-w64-clang-x86_64-clang mingw-w64-x86_64-avrdude python3 python3-pip +pacman --noconfirm -Sy make git unzip mingw-w64-x86_64-avr-toolchain mingw-w64-x86_64-toolchain mingw-w64-clang-x86_64-clang mingw-w64-x86_64-avrdude python3 python3-pip ncurses mingw-w64-x86_64-ncurses |