Skip to content

Commit

Permalink
refactor(qemu): improve qemu deps
Browse files Browse the repository at this point in the history
replace `libvirt-bin` with `libvirt-daemon-system libvirt-clients` 

Ref: https://wiki.debian.org/KVM#Installation

Signed-off-by: Black-Hole <github@bugs.cc>
  • Loading branch information
BlackHole1 authored Aug 30, 2023
1 parent cf60555 commit 1d93449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d93449

Please sign in to comment.