mirror of
https://git.proxmox.com/git/pve-common
synced 2025-04-28 22:35:12 +00:00
readme: avoid using deprecated apt-key
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1edcaa6c1c
commit
6ebc843904
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
7. Add the repository key, run:
|
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
|
8. run: apt-get update && apt-get dist-upgrade
|
||||||
9. run: apt-get install proxmox-ve
|
9. run: apt-get install proxmox-ve
|
||||||
|
Loading…
Reference in New Issue
Block a user