1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-12-24 15:15:22 +00:00

Merge pull request #265 from relzhong/patch-1

fix: missing fi bugs
This commit is contained in:
Anatoliy Guskov 2019-11-24 12:02:00 +02:00 committed by GitHub
commit c2d69d0f9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -666,6 +666,7 @@ install_debian() {
apt-get -y install qemu-kvm libvirt-bin bridge-utils sasl2-bin python-guestfs supervisor || return 1
else
apt-get -y install qemu qemu-kvm qemu-system qemu-utils libvirt-clients libvirt-daemon-system sasl2-bin virtinst supervisor || return 1
fi
return 0
}