diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-08-03 19:35:27 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-08-03 19:35:27 +0300 |
commit | da98fe9e28ef47488a34b038736d0b765e1e1e8c (patch) | |
tree | 48cbbded4c9f81c213b7645626c251a623f78243 | |
parent | 11a4191c4ccb308614cb8fcf883d29c757109f45 (diff) | |
download | arching-kaos-tools-da98fe9e28ef47488a34b038736d0b765e1e1e8c.tar.gz arching-kaos-tools-da98fe9e28ef47488a34b038736d0b765e1e1e8c.tar.bz2 arching-kaos-tools-da98fe9e28ef47488a34b038736d0b765e1e1e8c.zip |
Updated example in the comments
-rwxr-xr-x | bin/ak-pack_z_block | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-pack_z_block b/bin/ak-pack_z_block index cf51b18..63f4a4e 100755 --- a/bin/ak-pack_z_block +++ b/bin/ak-pack_z_block @@ -9,10 +9,10 @@ # We can extend this with calling the encoder and further send the transaction # -#FINGERPRINT="CHANGE THIS TO YOUR DEFAULT FINGERPRINT" +#AK_FINGERPRINT="CHANGE THIS TO YOUR DEFAULT AK_FINGERPRINT" # We acquire the GPG fingerprint by email address # The following example finds kaos@kaos.kaos' GPG fingerprint like this -# FINGERPRINT="$(gpg2 --list-keys | grep kaos@kaos.kaos -1 | head -n1 | awk '{print $1}')" +# AK_FINGERPRINT="$(gpg2 --list-keys | grep kaos@kaos.kaos -1 | head -n1 | awk '{print $1}')" PROGRAM="$(basename $0)" set -xe |