diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-mingw-packages.sh | 2 | ||||
-rw-r--r-- | scripts/patch-june-5.sh | 3 |
2 files changed, 4 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 diff --git a/scripts/patch-june-5.sh b/scripts/patch-june-5.sh new file mode 100644 index 0000000..cad705a --- /dev/null +++ b/scripts/patch-june-5.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +pacman --noconfirm -Sy ncurses mingw-w64-x86_64-ncurses |