CentOS: wget installieren

This commit is contained in:
2017-10-13 23:00:52 +02:00
parent 42943822db
commit c7b7ef36fb

View File

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