CentOS: wget installieren
This commit is contained in:
@@ -75,7 +75,7 @@ if [ "$DIST" == "Fedora" ]; then
|
|||||||
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" ] || [ "$DIST" == "CentOS Linux" ]; 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 wget -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
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user