fix dnf virt group
This commit is contained in:
parent
c067b1520a
commit
1b9c948f58
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ command_exists() { type "$1" &>/dev/null; }
|
||||||
if command_exists "apt-get"; then
|
if command_exists "apt-get"; then
|
||||||
sudo apt-get install qemu-system libvirt-daemon-system virt-manager -y
|
sudo apt-get install qemu-system libvirt-daemon-system virt-manager -y
|
||||||
elif command_exists "yum"; then
|
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 systemctl enable --now libvirtd.service
|
||||||
sudo usermod -aG libvirt $(whoami)
|
sudo usermod -aG libvirt $(whoami)
|
||||||
elif command_exists "rpm-ostree"; then
|
elif command_exists "rpm-ostree"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue