1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-09 02:06:04 +02:00

bugbuddy: fix download script for sq 0.33.0

Signed-off-by: Christian Heusel <christian@heusel.eu>
This commit is contained in:
Christian Heusel 2024-02-14 19:57:38 +01:00
parent 52924e45b0
commit ca25ddb960
No known key found for this signature in database
GPG Key ID: C047D4F328B52585

View File

@ -64,7 +64,7 @@ for uid in "${TRUSTED_UIDs[@]}"; do
done
for fp in "${TRUSTED_KEYS[@]}"; do
sq --force link add --all "${fp}"
sq --force pki link add --all "${fp}"
done
verified=0