Enable libvirtd
This commit is contained in:
parent
0f431ca420
commit
b095d62a87
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ 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 systemctl enable --now libvirtd.service
|
||||
sudo usermod -aG libvirt $(whoami)
|
||||
elif command_exists "pacman"; then
|
||||
sudo pacman -S qemu-full --noconfirm --needed
|
||||
|
|
Loading…
Reference in a new issue