Merge "Check for unsupported distros"

This commit is contained in:
Jenkins 2017-02-28 12:04:35 +00:00 committed by Gerrit Code Review
commit 1ca93526ca
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@ function install_requirements {
install_package libvirt-bin libvirt-dev python-libvirt
elif is_fedora; then
install_package libvirt libvirt-devel libvirt-python
else
echo "Unsupported distros"
fi
}