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