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 \ yes | yay --answerclean=None --answerdiff=None -Syu \
virtiofsd \ virtiofsd \
qemu-full; qemu-full \
yes | yay --answerclean=None --answerdiff=None -Syu \
virt-manager \ virt-manager \
dnsmasq \ dnsmasq \
iptables-nft \ iptables-nft \
swtpm \ swtpm \
lxc \ lxc \
virt-bootstrap-git; virt-bootstrap-git \
;
sudo systemctl enable --now libvirtd; sudo systemctl enable --now libvirtd;
sudo systemctl enable --now virtlogd; sudo systemctl enable --now virtlogd;