From c6d4b80563ed9553b5fb77f727202b24327c6b48 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 17 Oct 2022 21:19:32 +0200 Subject: Fixed type in address --- ci/setup-arch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/setup-arch.sh b/ci/setup-arch.sh index 45f7a33..c6da907 100755 --- a/ci/setup-arch.sh +++ b/ci/setup-arch.sh @@ -8,7 +8,7 @@ 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 + curl https://ftp.ignore.pl/pacman/public.gpg | pacman-key --add - # developer key, not available in keyservers pacman-key --lsign-key E4CA8487EDD0C757273330BD689F26A2F234129A fi packages=$(mktemp) -- cgit v1.1