diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-04-26 13:52:01 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-04-26 13:52:01 +0200 |
commit | 1f45e0a5aaaf0aec106876fec1cfe4895460b86e (patch) | |
tree | 198f591f8416e1b62f5498501cce1be7678dc69a /scripts/install-mingw-packages.sh | |
parent | d067eacc112f2453e95f0dde89bb0f60f170a195 (diff) |
project bootstrap script
Diffstat (limited to 'scripts/install-mingw-packages.sh')
-rw-r--r-- | scripts/install-mingw-packages.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/install-mingw-packages.sh b/scripts/install-mingw-packages.sh new file mode 100644 index 0000000..c847e4e --- /dev/null +++ b/scripts/install-mingw-packages.sh @@ -0,0 +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 |