installs dependencies for debian based linux
This commit is contained in:
parent
7f941344d2
commit
fdf6478579
1 changed files with 5 additions and 0 deletions
5
scripts/deb_dep.sh
Normal file
5
scripts/deb_dep.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
apt update
|
||||||
|
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
|
Loading…
Reference in a new issue