Install qemu-full before virt-manager

This commit is contained in:
Manuel Thalmann 2024-03-10 00:57:47 +01:00
parent 07e09612d9
commit 06e9bd9d0b

View file

@ -1,9 +1,12 @@
#!/bin/bash
pushd "${BASH_SOURCE%/*}" > /dev/null;
yay --noconfirm -Syu \
qemu-full \
;
yes | yay --answerclean=None --answerdiff=None -Syu \
virtiofsd \
qemu-full \
virt-manager \
dnsmasq \
iptables-nft \