From 89b3ebd97d56523c78efec1b49dca7ff2914a768 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Thu, 17 Jun 2021 00:23:41 +0700 Subject: [PATCH] Add dmidecode to dependencies --- scripts/install_dependencies.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 4e4c10d..ea0205f 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -31,10 +31,12 @@ if hash apt 2>/dev/null; then # Install dependencies. echo -e "\nInstalling pre-requisites/dependencies package..." install_dependencies "apt install -qq -y" debian_is_installed \ - apt-transport-https apt-utils apache2-utils autoconf automake bash build-essential ca-certificates cmake cron \ - curl dnsutils gcc geoip-bin geoip-database git gnupg2 htop iptables libc6-dev libcurl4-openssl-dev libgd-dev libgeoip-dev \ - libssl-dev libxml2-dev libpcre3-dev libtool libxslt1-dev lsb-release make openssh-server openssl pkg-config \ - python python3 re2c rsync software-properties-common sasl2-bin snmp sudo sysstat tar tzdata unzip wget whois zlib1g-dev + apt-transport-https apt-utils apache2-utils autoconf automake bash build-essential \ + ca-certificates cmake cron curl dmidecode dnsutils gcc geoip-bin geoip-database git \ + gnupg2 htop iptables libc6-dev libcurl4-openssl-dev libgd-dev libgeoip-dev libssl-dev \ + libxml2-dev libpcre3-dev libtool libxslt1-dev lsb-release make openssh-server openssl \ + pkg-config python python3 re2c rsync software-properties-common sasl2-bin snmp sudo \ + sysstat tar tzdata unzip wget whois zlib1g-dev # Configure server clock. echo -e "\nReconfigure server clock..."