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 \
|
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;
|
||||||
|
|
Loading…
Reference in a new issue