Skip to content

Commit

Permalink
_dl.sh: add another key server [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Jan 12, 2024
1 parent 832eb0e commit ed17de1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit ed17de1

Please sign in to comment.