wiggling this tooth
All checks were successful
Construct / build (push) Successful in 1m56s

This commit is contained in:
Marco Cawthorne 2025-02-10 21:31:42 -08:00
parent 05ec5f94ab
commit 7f2c9f4491
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -25,9 +25,9 @@ do
OUTPUT="$(basename "$PKGLIST")"
echo "version 2" > tmplist0
cat "$PKGLIST" >> tmplist0
sig=$(./fteqw64 -privkey ./private-key.pem -pubkey ./public-key.pem -certhost $AUTH_HOST -sign2 tmplist0)
SIG=$(./fteqw64 -privkey ./private-key.pem -pubkey ./public-key.pem -certhost $AUTH_HOST -sign2 tmplist0)
head -n 1 tmplist0 > "$OUTPUT"
echo "signature \"$AUTH_HOST\" \"$sig\"" >> "$OUTPUT"
echo "signature \"$AUTH_HOST\" \"$SIG\"" >> "$OUTPUT"
tail -n +2 tmplist0 >> "$OUTPUT"
rm tmplist0
mv "$OUTPUT" "$PKGLIST"