Add a script for installing virt-manager

This commit is contained in:
Manuel Thalmann 2023-04-04 16:13:37 +02:00
parent 58a582074b
commit c84e95fc99

View file

@ -0,0 +1,12 @@
#!/bin/bash
yay --noconfirm -Syu \
virt-manager \
qemu-full \
dnsmasq \
iptables-nft \
swtpm \
lxc \
virt-bootstrap-git;
sudo systemctl enable --now libvirtd;
sudo systemctl enable --now virtlogd;