From f8e30079d6e869c578b70e261c7ff88944904070 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 17 Oct 2022 21:15:06 +0200 Subject: Added butler-git to dependencies --- ci/setup-arch.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/setup-arch.sh b/ci/setup-arch.sh index b861535..45f7a33 100755 --- a/ci/setup-arch.sh +++ b/ci/setup-arch.sh @@ -5,9 +5,15 @@ if ! grep '^\[multilib\]' $config; then echo "[multilib]" >$config echo "Include = /etc/pacman.d/mirrorlist" >$config fi +if ! grep '^\[ignore\]' $config; then + echo "[ignore]" >$config + echo 'Server = https://ftp.ignore.pl/pacman/$arch' >$config + curl https://ftp.ignore.ppl/pacman/public.gpg | pacman-key --add - # developer key, not available in keyservers + pacman-key --lsign-key E4CA8487EDD0C757273330BD689F26A2F234129A +fi packages=$(mktemp) ls $cache >$packages -pacman --noconfirm -Syyuu && pacman --noconfirm -S git cmake mingw-w64-toolchain wine # assume base-devel +pacman --noconfirm -Syyuu && pacman --noconfirm -S git butler-git cmake mingw-w64-toolchain wine # assume base-devel if [ "$1" = "-C" ]; then ls $cache >>$packages sort $packages | uniq -D | xargs rm -f -- cgit v1.1