Browse Source

Fixing SLES12 issue

Signed-off-by: evalle <shmarnev@gmail.com>
evalle 10 năm trước cách đây
mục cha
commit
94119c58a1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hack/install.sh

+ 1 - 1
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'