From 68e48c348af694bf2e321462c900bda8a9eb3da8 Mon Sep 17 00:00:00 2001 From: joglomedia Date: Wed, 23 Oct 2019 23:37:10 +0700 Subject: [PATCH] Enhance dependencies installation --- scripts/install_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 9742aab..99287a7 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -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."