Gpg: Add gpg_refresh.
This commit is contained in:
parent
39dcd30b9e
commit
198d2b5217
|
@ -87,5 +87,10 @@
|
||||||
gpg --locate-keys "''${email}" \
|
gpg --locate-keys "''${email}" \
|
||||||
|| gpg --locate-keys --auto-key-locate hkps://keys.openpgp.org "''${email}"
|
|| gpg --locate-keys --auto-key-locate hkps://keys.openpgp.org "''${email}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Update keys.
|
||||||
|
function gpg_refresh() {
|
||||||
|
gpg --refresh-keys
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue