From bd0448c0b5a09a9314fddf1757502529801366e3 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Mon, 2 Jul 2018 15:23:58 +0200 Subject: [PATCH] Add new OpenSUSE Leap id for install-deps.sh Signed-off-by: Kyr Shatskyy --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 0259bc67f6a74..b5f99748d7805 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -259,7 +259,7 @@ else fi ! grep -q -i error: $DIR/yum-builddep.out || exit 1 ;; - opensuse|suse|sles|opensuse-tumbleweed) + opensuse*|suse|sles) echo "Using zypper to install dependencies" zypp_install="zypper --gpg-auto-import-keys --non-interactive install --no-recommends" $SUDO $zypp_install lsb-release systemd-rpm-macros -- 2.39.5