diff --git a/install-deps b/install-deps index b1d5a4d44..88e1226a5 100755 --- a/install-deps +++ b/install-deps @@ -155,6 +155,9 @@ elif [[ "$(uname)" == 'Linux' ]]; then elif [[ "$DISTRO" == "opensuse" ]]; then distribution="opensuse" opensuse_major_version="$VERSION" + elif [[ "$DISTRO" == "opensuse-tumbleweed" ]]; then + distribution="opensuse" + opensuse_major_version="$VERSION" # Detect Debian elif [[ "$DISTRO" = "debian" ]]; then distribution="debian"