Script für Debian berichtigt

This commit is contained in:
root
2017-02-26 02:12:39 +01:00
parent c8e40b4122
commit 6bd471d3ef

View File

@@ -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