@@ -39,7 +39,7 @@ if [ "$release" -eq 8 ]; then
3939 flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
4040 e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
4141 bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
42- unrar-free vim-common acl sysstat setpriv"
42+ unrar-free vim-common acl sysstat setpriv ipset "
4343elif [ " $release " -eq 9 ]; then
4444 software=" nginx apache2 apache2-utils apache2-suexec-custom
4545 libapache2-mod-ruid2 libapache2-mod-fcgid libapache2-mod-php$fpm_v
@@ -55,7 +55,7 @@ elif [ "$release" -eq 9 ]; then
5555 flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
5656 e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
5757 bsdmainutils cron hestia hestia-nginx hestia-php expect libmail-dkim-perl
58- unrar-free vim-common acl sysstat rsyslog setpriv"
58+ unrar-free vim-common acl sysstat rsyslog setpriv ipset "
5959elif [ " $release " -eq 10 ]; then
6060 software=" nginx apache2 apache2-utils apache2-suexec-custom
6161 apache2-suexec-pristine libapache2-mod-fcgid libapache2-mpm-itk
@@ -71,7 +71,7 @@ elif [ "$release" -eq 10 ]; then
7171 flex whois git idn zip sudo bc ftp lsof ntpdate rrdtool quota e2fslibs
7272 bsdutils e2fsprogs curl imagemagick fail2ban dnsutils bsdmainutils cron
7373 hestia hestia-nginx hestia-php expect libmail-dkim-perl unrar-free
74- vim-common acl sysstat rsyslog util-linux"
74+ vim-common acl sysstat rsyslog util-linux ipset "
7575fi
7676
7777# Defining help function
@@ -822,6 +822,7 @@ if [ "$postgresql" = 'no' ]; then
822822fi
823823if [ " $iptables " = ' no' ] || [ " $fail2ban " = ' no' ]; then
824824 software=$( echo " $software " | sed -e " s/fail2ban//" )
825+ software=$( echo " $software " | sed -e " s/ipset//" )
825826fi
826827if [ " $phpfpm " = ' yes' ]; then
827828 software=$( echo " $software " | sed -e " s/php$fpm_v -cgi//" )
0 commit comments