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