This commit is contained in:
2026-05-23 05:46:02 -06:00
parent 4ed43dab2d
commit 6356b9d6ac
7 changed files with 37 additions and 19 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
attrib_hash=$(cat "./attribution.sha512")
attrib_hash=$(cat "./attribution-checksum.sha512")
echo "enter passphrase to test"
read passphrase
+1 -1
View File
@@ -26,4 +26,4 @@ checkcode $?
printf "Checking signature against provided public key... "
ssh-keygen -Y verify -f "./anonymous_signer" -I "anonymous" -n "file-integrity" -s contents.7z.sig < contents.7z > /dev/null > /dev/null > /dev/null 2>&1
checkcode $?
checkcode $?