Simplify virt-manager
installation
This commit is contained in:
parent
cc36f355a5
commit
e48e4ca73a
1 changed files with 3 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue