PortValhalla/scripts/Arch/Software/Virtual Machine Manager/install.sh

13 lines
226 B
Bash
Executable file

#!/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;