removed qemu-kvm-spice
This commit is contained in:
parent
62afdc22e6
commit
95ef97ce44
1 changed files with 9 additions and 1 deletions
|
@ -2,4 +2,12 @@
|
||||||
|
|
||||||
apt update
|
apt update
|
||||||
apt upgrade -y
|
apt upgrade -y
|
||||||
apt install -y qemu-kvm qemu-kvm-spice virt-manager virt-viewer libvirt-daemon spice-client-gtk spice-vdagent qemu-utils bridge-utils
|
apt install -y \
|
||||||
|
qemu-kvm \
|
||||||
|
virt-manager \
|
||||||
|
virt-viewer \
|
||||||
|
libvirt-daemon \
|
||||||
|
spice-client-gtk \
|
||||||
|
spice-vdagent \
|
||||||
|
qemu-utils \
|
||||||
|
bridge-utils
|
||||||
|
|
Loading…
Reference in a new issue