Skip to content

Commit 47c4157

Browse files
committed
Add sysstat(iostat) to software dep list
1 parent f2580ea commit 47c4157

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if [ "$release" -eq 8 ]; then
3838
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
3939
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
4040
bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
41-
unrar-free vim-common acl"
41+
unrar-free vim-common acl sysstat"
4242
else
4343
software="nginx apache2 apache2-utils apache2-suexec-custom
4444
libapache2-mod-ruid2 libapache2-mod-fcgid libapache2-mod-php php
@@ -50,7 +50,7 @@ else
5050
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
5151
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
5252
bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
53-
unrar-free vim-common acl"
53+
unrar-free vim-common acl sysstat"
5454
fi
5555

5656
# Defining help function

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
3636
ntpdate php php-cgi php-common php-curl phpmyadmin php-mysql php-imap php-ldap
3737
php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
3838
roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
39-
sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip acl"
39+
sudo hestia hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat"
4040

4141
# Defining help function
4242
help() {

0 commit comments

Comments
 (0)