Skip to content
Snippets Groups Projects
Verified Commit 52924e45 authored by Christian Heusel's avatar Christian Heusel :rocket:
Browse files

gluebuddy: fix download script for sq 0.33.0

parent 85daccf4
No related branches found
No related tags found
1 merge request!800gluebuddy & bugbuddy: fix download script for sq 0.33.0
......@@ -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} || \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment