Force GPG key download from keyserver.ubuntu.com.

master
Icedream 2021-10-09 23:02:07 +02:00
parent c2394d53b6
commit 2a6aa07fc5
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ fi
; do ; do
if ! gpg --list-keys "${key}" >/dev/null 2>&1; then if ! gpg --list-keys "${key}" >/dev/null 2>&1; then
# key does not exist yet # key does not exist yet
gpg --recv-keys "${key}" gpg --keyserver keyserver.ubuntu.com --recv-keys "${key}"
fi fi
done done