Enhance dependencies installation

This commit is contained in:
joglomedia
2019-10-23 23:37:10 +07:00
parent 57d7ffe206
commit 68e48c348a

View File

@@ -27,7 +27,7 @@ if hash apt-get 2>/dev/null; then
run apt-get -qq install -y apache2-utils apt-transport-https bash build-essential ca-certificates cron curl \
git gnupg2 iptables libgd-dev libgeoip-dev libssl-dev libxml2-dev libpcre3-dev libxslt1-dev lsb-release \
ntpdate openssh-server openssl rsync software-properties-common sasl2-bin snmp sudo sysstat tar unzip \
wget whois
wget whois dnsutils
elif hash yum 2>/dev/null; then
fail "Unable to install LEMPer: yum distribution is not supported yet."