From c7b7ef36fb21119ffac6794d50c6fa0763399a13 Mon Sep 17 00:00:00 2001 From: fthielen Date: Fri, 13 Oct 2017 23:00:52 +0200 Subject: [PATCH] CentOS: wget installieren --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 896c7cc..0fc5306 100755 --- a/install.sh +++ b/install.sh @@ -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