From 202e9cdc4a2b38630d3413497d81104caf5e3249 Mon Sep 17 00:00:00 2001 From: fthielen Date: Sat, 7 Oct 2017 21:01:43 +0200 Subject: [PATCH] =?UTF-8?q?Script=20f=C3=BCr=20CentOS=20angepasst?= 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 3e91b97..dbe1716 100755 --- a/install.sh +++ b/install.sh @@ -60,7 +60,7 @@ if [ "$DIST" == "Fedora" ]; then dnf install gcc gcc-c++ autoconf automake make perl -y elif [ "$DIST" == "Ubuntu" ] || [ "$DistroBasedOn" == "debian" ]; then apt-get install gcc g++ autoconf automake make perl openssl libssl-dev -y -elif [ "$DIST" == "CentOS" ]; then +elif [ "$DIST" == "CentOS" ] || [ "$DIST" == "CentOS Linux" ]; then yum install gcc gcc-c++ autoconf automake make perl -y elif [ "$DistroBasedOn" == "suse" ]; then zypper install -y gcc gcc-c++ autoconf automake make perl