Simplify virt-manager installation

This commit is contained in:
Manuel Thalmann 2024-03-09 20:00:31 +01:00
parent cc36f355a5
commit e48e4ca73a

View file

@ -3,15 +3,14 @@ pushd "${BASH_SOURCE%/*}" > /dev/null;
yes | yay --answerclean=None --answerdiff=None -Syu \
virtiofsd \
qemu-full;
yes | yay --answerclean=None --answerdiff=None -Syu \
qemu-full \
virt-manager \
dnsmasq \
iptables-nft \
swtpm \
lxc \
virt-bootstrap-git;
virt-bootstrap-git \
;
sudo systemctl enable --now libvirtd;
sudo systemctl enable --now virtlogd;