mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
refactor(qemu): improve qemu deps (#152)
replace `libvirt-bin` with `libvirt-daemon-system libvirt-clients` Ref: https://wiki.debian.org/KVM#Installation Signed-off-by: Black-Hole <github@bugs.cc>
This commit is contained in:
+1
-1
@@ -15,5 +15,5 @@ while do_sudo fuser /var/{lib/{dpkg,apt/lists},cache/apt/archives}/lock >/dev/nu
|
|||||||
done
|
done
|
||||||
|
|
||||||
do_sudo apt-get update
|
do_sudo apt-get update
|
||||||
do_sudo apt-get install -y qemu-kvm libvirt-bin qemu-utils genisoimage virtinst curl rsync qemu-system-x86 qemu-system-arm cloud-image-utils
|
do_sudo apt-get install -y qemu-kvm libvirt-daemon-system libvirt-clients qemu-utils genisoimage virtinst curl rsync qemu-system-x86 qemu-system-arm cloud-image-utils
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user