Add SUSE linux support to installer

This commit is contained in:
Jon Moroney 2017-10-09 11:28:28 +02:00
parent 2d4cdfb121
commit 0bc27fa501
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ if [[ "$unamestr" == 'Linux' ]]; then
elif [ $(which yum) ]; then
sudo yum install -y python-pip python-devel gcc gcc-c++ python-virtualenv glib2-devel
fi
elif [ $(which zypper) ]; then
sudo zypper install -y python-pip python-devel gcc gcc-c++ python-virtualenv glib2-devel
fi
if [ $(tracers/qemu/qira-i386 > /dev/null; echo $?) == 1 ]; then
echo "QIRA QEMU appears to run okay"