Standardized PGP signatures
This commit is contained in:
parent
5b210e15db
commit
f0867b0229
21 changed files with 27 additions and 27 deletions
|
@ -31,12 +31,12 @@ if [[ ! "$dir_name" =~ ^[0-9]{4}-[0-9]{2}-[0-9]{2}-pi-qr-update$ ]]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
rm "$1/.DS_Store" "$archive" "$archive.sig" || true
|
||||
rm "$1/.DS_Store" "$archive" "$archive.asc" || true
|
||||
|
||||
cd "$dir_parent"
|
||||
|
||||
zip -r "$archive" "$dir_name"
|
||||
|
||||
gpg --detach-sig --armor --output "$archive.sig" "$archive"
|
||||
gpg --detach-sig --armor --output "$archive.asc" "$archive"
|
||||
|
||||
printf "%s\n" "Done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue