windows_init/scripts/deb_dep.sh

15 lines
218 B
Bash
Raw Permalink Normal View History

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