summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2022-10-17 21:19:32 +0200
committerAki <please@ignore.pl>2022-10-17 21:19:32 +0200
commitc6d4b80563ed9553b5fb77f727202b24327c6b48 (patch)
tree654e5789fb683db1627645c0e3fcde3f09d8012f
parentf8e30079d6e869c578b70e261c7ff88944904070 (diff)
downloadstarshatter-c6d4b80563ed9553b5fb77f727202b24327c6b48.zip
starshatter-c6d4b80563ed9553b5fb77f727202b24327c6b48.tar.gz
starshatter-c6d4b80563ed9553b5fb77f727202b24327c6b48.tar.bz2
Fixed type in address
-rwxr-xr-xci/setup-arch.sh2
1 files changed, 1 insertions, 1 deletions
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)