From 6bd471d3ef7d8eabf11ed53b57e2d4ea8924ef6a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 26 Feb 2017 02:12:39 +0100 Subject: [PATCH] =?UTF-8?q?Script=20f=C3=BCr=20Debian=20berichtigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 41c8a1f..456ad54 100755 --- a/install.sh +++ b/install.sh @@ -56,7 +56,7 @@ fi if [ "{$DIST}" == "Fedora" ]; then dnf install gcc gcc-c++ autoconf automake make perl -y -elif [ "{$DIST}" == "Ubuntu" ] || [ "${DIST}" == "Debian" ]; then +elif [ "{$DIST}" == "Ubuntu" ] || [ "${DistroBasedOn}" == "debian" ]; then apt-get install gcc g++ autoconf automake make perl -y elif [ "{$DIST}" == "CentOS" ]; then yum install gcc gcc-c++ autoconf automake make perl -y