mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
update requirement and fix install script
This commit is contained in:
parent
cedb7beedd
commit
cbd1f6f8b0
2 changed files with 6 additions and 6 deletions
|
|
@ -680,7 +680,7 @@ install_debian() {
|
|||
apt-get update || return 1
|
||||
if [ "$DISTRO_MAJOR_VERSION" -lt 10 ]; then
|
||||
apt-get -y install qemu-kvm libvirt-bin bridge-utils sasl2-bin python-guestfs supervisor || return 1
|
||||
else [ "$DISTRO_MAJOR_VERSION" -lt 12 ]; then
|
||||
elif [ "$DISTRO_MAJOR_VERSION" -lt 12 ]; then
|
||||
apt-get -y install qemu qemu-kvm qemu-system qemu-utils libvirt-clients libvirt-daemon-system sasl2-bin python3-guestfs virtinst supervisor || return 1
|
||||
else
|
||||
apt-get -y install qemu-system qemu-utils libvirt-clients libvirt-daemon-system sasl2-bin python3-guestfs virtinst supervisor || return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue