Fix identification of OpenSUSE Leap 15

Leap 15 identifies itself as `opensuse-leap`. This change extends the
pattern match to include this case.

Change-Id: If9dc123f05ecbd639183c8ff4c0204b1ae5260bf
This commit is contained in:
Nicolas Bock 2018-09-22 07:35:00 -06:00
parent ce26ee6449
commit 41d7c63d2a
No known key found for this signature in database
GPG Key ID: 9E90013DEF7F5B7B
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ case ${DISTRO_ID} in
python-apt python3-apt \
python-virtualenv
;;
opensuse)
opensuse*)
zypper -n install -l git-core curl autoconf gcc gcc-c++ \
netcat-openbsd python python-xml python-devel gcc \
libffi-devel libopenssl-devel python-virtualenv