From 3aa215433cf9f139f258dfd8f0cb393b65813407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 17 Apr 2023 20:43:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Einstall.sh=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/install.sh b/install.sh index 6a89846..3506385 100644 --- a/install.sh +++ b/install.sh @@ -75,7 +75,3 @@ case "$DISTRO" in "opensuse" | "opensuse-leap" | "opensuse-tumbleweed") echo "Installing Docker on openSUSE..." install_docker_opensuse - ;; - *) - echo "Unsupported Linux distribution." - exit 1