mirror of
https://github.com/c9moser/sgbackup.git
synced 2026-01-20 03:50:13 +00:00
added msys-install-requirements.sh
This commit is contained in:
parent
693dd122dd
commit
7b886c2b41
13
msys-install-requirements.sh
Executable file
13
msys-install-requirements.sh
Executable file
@ -0,0 +1,13 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# vim: syn=sh ts=4 sts=4 sw=4 smartindent expandtab ff=unix
|
||||||
|
|
||||||
|
PACKAGES="gtk4 gobject-introspection python-gobject python-rapidfuzz"
|
||||||
|
|
||||||
|
_install_pkg=""
|
||||||
|
for i in $PACKAGES; do
|
||||||
|
_install_pkg="${_install_pkg} ${MINGW_PACKAGE_PREFIX}-$i"
|
||||||
|
done
|
||||||
|
|
||||||
|
pacman -Sy
|
||||||
|
pacman -S --noconfirm $_install_pkg
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user