diff --git a/_dl.sh b/_dl.sh index ef34ad502..086594e4a 100755 --- a/_dl.sh +++ b/_dl.sh @@ -240,6 +240,7 @@ gpg_recv_key() { local req req="pks/lookup?op=get&options=mr&exact=on&search=0x$1" my_curl "https://pgpkeys.eu/${req}" | my_gpg --import --status-fd 1 || \ + my_curl "https://keys.openpgp.org/${req}" | my_gpg --import --status-fd 1 || \ my_curl "https://keyserver.ubuntu.com/${req}" | my_gpg --import --status-fd 1 }