Browse Source

Add sysstat(iostat) to software dep list

Robert Zollner 6 years ago
parent
commit
47c4157860
2 changed files with 3 additions and 3 deletions
  1. 2 2
      install/hst-install-debian.sh
  2. 1 1
      install/hst-install-ubuntu.sh

+ 2 - 2
install/hst-install-debian.sh

@@ -38,7 +38,7 @@ if [ "$release" -eq 8 ]; then
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
-        unrar-free vim-common acl"
+        unrar-free vim-common acl sysstat"
 else
     software="nginx apache2 apache2-utils apache2-suexec-custom
         libapache2-mod-ruid2 libapache2-mod-fcgid libapache2-mod-php php
@@ -50,7 +50,7 @@ else
         flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
         e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
-        unrar-free vim-common acl"
+        unrar-free vim-common acl sysstat"
 fi
 
 # Defining help function

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -36,7 +36,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
     ntpdate php php-cgi php-common php-curl phpmyadmin php-mysql php-imap php-ldap
     php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
     roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
-    sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip acl"
+    sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat"
 
 # Defining help function
 help() {