Skip to content

Commit

Permalink
test ngtcp2 gpg fail 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Mar 18, 2024
1 parent e335112 commit 3979a7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _dl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ 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
my_curl "https://keyserver.ubuntu.com/${req}" | my_gpg --import --status-fd 1 || \
my_curl "https://keys.openpgp.org/${req}" | my_gpg --import --status-fd 1
}

# replace {ver}/{veru}/{vermm} macros with the version number
Expand Down

0 comments on commit 3979a7e

Please sign in to comment.