From 311f1b793e9c77c5fda44295511619f609cd0d27 Mon Sep 17 00:00:00 2001 From: catborise Date: Tue, 9 Apr 2019 13:46:00 +0300 Subject: [PATCH] add libguestfs-tools and epel-release for supervisor to centos --- dev/libvirt-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/libvirt-bootstrap.sh b/dev/libvirt-bootstrap.sh index e3dd702..948d3d6 100644 --- a/dev/libvirt-bootstrap.sh +++ b/dev/libvirt-bootstrap.sh @@ -375,7 +375,7 @@ __check_end_of_life_versions # install_centos() { if [ $DISTRO_MAJOR_VERSION -ge 6 ]; then - yum -y install qemu-kvm libvirt bridge-utils python-libguestfs supervisor cyrus-sasl-md5 || return 1 + yum -y install qemu-kvm libvirt bridge-utils python-libguestfs libguestfs-tools supervisor cyrus-sasl-md5 epel-release || return 1 fi return 0 }