From 6ebc84390456bb01e3f13824724048831658f4df Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 13 Sep 2023 13:43:12 +0200 Subject: [PATCH 1/1] readme: avoid using deprecated apt-key Signed-off-by: Thomas Lamprecht --- README.dev | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.dev b/README.dev index bf3c82b..c5468f8 100644 --- a/README.dev +++ b/README.dev @@ -23,7 +23,7 @@ 7. Add the repository key, run: - wget -O- "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg" | apt-key add - + wget -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg "https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg" 8. run: apt-get update && apt-get dist-upgrade 9. run: apt-get install proxmox-ve -- 2.39.2