Install qemu-full
before virt-manager
This commit is contained in:
parent
07e09612d9
commit
06e9bd9d0b
1 changed files with 4 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue