Check for unsupported distros
- Updated install_requirements to check for and warn users of unsupported distros. Change-Id: I66446be71ef8c3236449cc63c62c1a4fd114c066
This commit is contained in:
parent
457fb7417e
commit
82c3a9ef1a
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user