- #!/bin/bash
- # TAG: mingw-w64-ucrt-x86_64
- pacman -Syyy --noconfirm && pacman -Syu --noconfirm
- pacman -S --noconfirm mingw-w64-ucrt-x86_64-youtube-dl mingw-w64-ucrt-x86_64-mpv mingw-w64-ucrt-x86_64-git-lfs mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-qemu mingw-w64-ucrt-x86_64-qemu-common mingw-w64-ucrt-x86_64-qemu mingw-w64-ucrt-x86_64-transmission-gtk mingw-w64-ucrt-x86_64-aspell-es mingw-w64-ucrt-x86_64-aspell-en mingw-w64-ucrt-x86_64-emacs
|