Update docs/modules/ROOT/pages/virtualization/vm-install-diskimg-fedoraserver.adoc

Fixed gpgv typo
This commit is contained in:
Steven King 2025-05-17 18:28:08 +00:00
commit 3b2fbaf848

View file

@ -61,7 +61,7 @@ We assume a complete installation of virtualization support according to the xre
[…]# wget https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/images/Fedora-Server-KVM-41-1.4.x86_64.qcow2
[…]# wget https://download.fedoraproject.org/pub/fedora/linux/releases/41/Server/x86_64/images/Fedora-Server-41-1.4-x86_64-CHECKSUM
[…]# curl -O https://fedoraproject.org/fedora.gpg
[…]# pgv --keyring ./fedora.gpg Fedora-Server-41-1.4-x86_64-CHECKSUM
[…]# gpgv --keyring ./fedora.gpg Fedora-Server-41-1.4-x86_64-CHECKSUM
[…]# sh -c ' cd /var/lib/libvirt/boot/ && sha256sum --ignore-missing -c *-CHECKSUM '
Fedora-Server-KVM-41-1.4.x86_64.qcow2: OK
----