5
0
mirror of git://git.proxmox.com/git/pve-docs.git synced 2025-01-21 18:03:45 +03:00

repos: simplify APT GPG key check

as in shorter is simpler

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-13 12:38:24 +02:00
parent 7f7446cf6c
commit 4fcbd78d0c

View File

@ -195,26 +195,17 @@ the key with the following commands:
# wget https://enterprise.proxmox.com/debian/proxmox-release-bullseye.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
----
Verify the checksum afterwards with:
Verify the checksum afterwards with the `sha512sum` CLI tool:
----
# sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
----
The output should be:
----
7fb03ec8a1675723d2853b84aa4fdb49a46a3bb72b9951361488bfd19b29aab0a789a4f8c7406e71a69aabbc727c936d3549731c4659ffa1a08f44db8fdcebfa /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
----
or:
or the `md5sum` CLI tool:
----
# md5sum /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
----
The output should be:
----
bcc35c7173e0845c0d6ad6470b70f50e /etc/apt/trusted.gpg.d/proxmox-release-bullseye.gpg
----