Add a script for installing virt-manager
This commit is contained in:
parent
bbced7cd62
commit
d46d855015
1 changed files with 12 additions and 0 deletions
12
scripts/Arch/Software/Virtual Machine Manager/install.sh
Executable file
12
scripts/Arch/Software/Virtual Machine Manager/install.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
yay --noconfirm -Syu \
|
||||
virt-manager \
|
||||
qemu-full \
|
||||
dnsmasq \
|
||||
iptables-nft \
|
||||
swtpm \
|
||||
lxc \
|
||||
virt-bootstrap-git;
|
||||
|
||||
sudo systemctl enable --now libvirtd;
|
||||
sudo systemctl enable --now virtlogd;
|
Loading…
Reference in a new issue