From f56e671b0c0ffb79a08f9365460fbbd10aa5a5bf Mon Sep 17 00:00:00 2001 From: VokaMut Date: Mon, 5 Nov 2018 12:05:03 +0300 Subject: [PATCH] Add detect openSuse Ttumbleweed --- install-deps | 3 +++ 1 file changed, 3 insertions(+) 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"