From 0f9dca458b994c5aa734062b9eadd148791487fd Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Thu, 1 Oct 2015 16:04:26 +0200 Subject: [PATCH] install-deps.sh: openSUSE-release/sles-release/sled-release are always present http://tracker.ceph.com/issues/13318 Fixes: #13318 Signed-off-by: Nathan Cutler --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index 5ad41c69cd98..1bebf09b08bd 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -28,7 +28,7 @@ if type apt-get > /dev/null 2>&1 ; then fi if type zypper > /dev/null 2>&1 ; then - $SUDO zypper --gpg-auto-import-keys --non-interactive install openSUSE-release lsb-release + $SUDO zypper --gpg-auto-import-keys --non-interactive install lsb-release fi case $(lsb_release -si) in -- 2.47.3