mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 00:27:05 +00:00
templates/lxc-download.in: use GPG option --receive-keys instead of --recv-keys
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
This commit is contained in:
parent
5408652de4
commit
409040e702
@ -135,7 +135,7 @@ gpg_setup() {
|
|||||||
success=
|
success=
|
||||||
for _ in $(seq 3); do
|
for _ in $(seq 3); do
|
||||||
if gpg --keyserver "${DOWNLOAD_KEYSERVER}" ${DOWNLOAD_GPG_PROXY:-} \
|
if gpg --keyserver "${DOWNLOAD_KEYSERVER}" ${DOWNLOAD_GPG_PROXY:-} \
|
||||||
--recv-keys "${DOWNLOAD_KEYID}" >/dev/null 2>&1; then
|
--receive-keys "${DOWNLOAD_KEYID}" >/dev/null 2>&1; then
|
||||||
success=1
|
success=1
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user