summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorNathan Cutler <ncutler@suse.com>2015-10-01 16:04:26 +0200
committerNathan Cutler <ncutler@suse.com>2015-10-01 16:04:26 +0200
commit0f9dca458b994c5aa734062b9eadd148791487fd (patch)
treeaca417701121f6a31bff61db1ad72a78517b22af /install-deps.sh
parentMerge branch 'wip-add-async-log' of git://github.com/yuyuyu101/ceph into infe... (diff)
downloadceph-0f9dca458b994c5aa734062b9eadd148791487fd.tar.xz
ceph-0f9dca458b994c5aa734062b9eadd148791487fd.zip
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 <ncutler@suse.com>
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh
index 5ad41c69cd9..1bebf09b08b 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