From 1d9344916550f5957a020711a18b01eaeb9aabf8 Mon Sep 17 00:00:00 2001 From: Black-Hole Date: Wed, 30 Aug 2023 11:29:35 +0800 Subject: [PATCH] refactor(qemu): improve qemu deps replace `libvirt-bin` with `libvirt-daemon-system libvirt-clients` Ref: https://wiki.debian.org/KVM#Installation Signed-off-by: Black-Hole --- install-qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-qemu.sh b/install-qemu.sh index b63bd401..09372c4f 100755 --- a/install-qemu.sh +++ b/install-qemu.sh @@ -15,5 +15,5 @@ while do_sudo fuser /var/{lib/{dpkg,apt/lists},cache/apt/archives}/lock >/dev/nu done 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