Standardized PGP signatures

This commit is contained in:
Sun Knudsen 2021-12-13 15:28:46 -05:00
parent 5b210e15db
commit f0867b0229
No known key found for this signature in database
GPG key ID: 1FA767862BBD1305
21 changed files with 27 additions and 27 deletions

View file

@ -56,7 +56,7 @@ if [ -z "$update" ]; then
exit 1
fi
update_sig=$(ls -t $update.sig | head -1 || echo "")
update_sig=$(ls -t $update.asc | head -1 || echo "")
if [ -z "$update_sig" ]; then
printf "$bold$red%s$normal\n" "Update signature not found"