This commit is contained in:
root
2017-02-26 00:14:10 +01:00
parent e47bc2ff02
commit 173f4a360c

View File

@@ -61,7 +61,7 @@ elif [ "{$DIST}" == "Ubuntu" ] || [ "${DIST}" == "Debian" ]; then
elif [ "{$DIST}" == "CentOS" ]; then elif [ "{$DIST}" == "CentOS" ]; then
yum install gcc gcc-c++ autoconf automake make -y yum install gcc gcc-c++ autoconf automake make -y
elif [ "${DistroBasedOn}" == "suse" ]; then elif [ "${DistroBasedOn}" == "suse" ]; then
zypper install -y gcc gcc-c++ autoconf automake make -y zypper install -y gcc gcc-c++ autoconf automake make
fi fi
cd pcre-8.40 cd pcre-8.40