diff --git a/docs/posts/run_libvirt_in_distrobox.md b/docs/posts/run_libvirt_in_distrobox.md index a20d40e9..7658eebd 100644 --- a/docs/posts/run_libvirt_in_distrobox.md +++ b/docs/posts/run_libvirt_in_distrobox.md @@ -27,7 +27,7 @@ Let it initialize, then we can install all the packages we need: ```console :~> distrobox enter --root libvirtd-container :~$ # We're now inside the container -:~$ sudo dnf groupinstall Virtualization Host --allowerasing +:~$ sudo dnf groupinstall "Virtualization Host" --allowerasing ... :~$ sudo systemctl enable --now libvirtd ```