Script für CentOS angepasst

This commit is contained in:
2017-10-07 21:01:43 +02:00
parent cf5a226c52
commit 202e9cdc4a

View File

@@ -60,7 +60,7 @@ if [ "$DIST" == "Fedora" ]; then
dnf install gcc gcc-c++ autoconf automake make perl -y dnf install gcc gcc-c++ autoconf automake make perl -y
elif [ "$DIST" == "Ubuntu" ] || [ "$DistroBasedOn" == "debian" ]; then elif [ "$DIST" == "Ubuntu" ] || [ "$DistroBasedOn" == "debian" ]; then
apt-get install gcc g++ autoconf automake make perl openssl libssl-dev -y 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 yum install gcc gcc-c++ autoconf automake make perl -y
elif [ "$DistroBasedOn" == "suse" ]; then elif [ "$DistroBasedOn" == "suse" ]; then
zypper install -y gcc gcc-c++ autoconf automake make perl zypper install -y gcc gcc-c++ autoconf automake make perl