From 94119c58a103ef59262052b11b414b8a51299da6 Mon Sep 17 00:00:00 2001 From: evalle Date: Thu, 23 Jul 2015 08:59:23 +0200 Subject: [PATCH] Fixing SLES12 issue Signed-off-by: evalle --- hack/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/install.sh b/hack/install.sh index b03db91272..dcb88703a6 100755 --- a/hack/install.sh +++ b/hack/install.sh @@ -164,7 +164,7 @@ do_install() { exit 0 ;; - 'opensuse project'|opensuse|'suse linux'|sled) + 'opensuse project'|opensuse|'suse linux'|sle[sd]) ( set -x $sh_c 'sleep 3; zypper -n install docker'