Fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user