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:
parent
ce26ee6449
commit
41d7c63d2a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user