docs: missing quote in run_libvirt_in_distrobox.md (#879)

This commit is contained in:
Zihad
2023-08-03 10:15:08 +02:00
committed by GitHub
parent d17a89d17e
commit 13852c4611
+1 -1
View File
@@ -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
```