Update gpg trust
This commit is contained in:
parent
7ff9e9498e
commit
e8ff98ad01
|
@ -7,3 +7,6 @@ echo "--- Importing private/public key"
|
|||
rbw get "GPG Private/Pub Key (Ariejan)" | gpg --import
|
||||
|
||||
echo "--- Setting key trust"
|
||||
gpg --list-keys --fingerprint --with-colons |
|
||||
sed -E -n -e 's/^fpr:::::::::([0-9A-F]+):$/\1:6:/p' |
|
||||
gpg --import-ownertrust
|
||||
|
|
Loading…
Reference in New Issue
Block a user