fix dnf virt group

This commit is contained in:
askiiart 2025-01-14 16:05:53 -06:00
parent c067b1520a
commit 1b9c948f58
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A

View file

@ -10,7 +10,7 @@ command_exists() { type "$1" &>/dev/null; }
if command_exists "apt-get"; then
sudo apt-get install qemu-system libvirt-daemon-system virt-manager -y
elif command_exists "yum"; then
sudo yum install @Virtualization virt-manager -y
sudo yum install @virtualization virt-manager -y
sudo systemctl enable --now libvirtd.service
sudo usermod -aG libvirt $(whoami)
elif command_exists "rpm-ostree"; then