1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-08 15:36:05 +02:00

gluebuddy: 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:56:41 +01:00
parent 85daccf46c
commit 52924e45b0
No known key found for this signature in database
GPG Key ID: C047D4F328B52585

View File

@ -45,7 +45,7 @@ for uid in "${TRUSTED_UIDs[@]}"; do
done
for fp in "${TRUSTED_KEYS[@]}"; do
sq link add --all "${fp}"
sq pki link add --all "${fp}"
done
sq verify --signer-cert "${TRUSTED_KEYS[0]}" --detached ${NAME}.sig ${NAME} || \