windows_init/scripts/deb_dep.sh

14 lines
204 B
Bash
Raw Normal View History

#!/bin/sh
apt update
apt upgrade -y
2021-09-27 21:13:29 +00:00
apt install -y \
qemu-kvm \
virt-manager \
virt-viewer \
libvirt-daemon \
spice-client-gtk \
spice-vdagent \
qemu-utils \
bridge-utils