Skip to content

Commit 8d05336

Browse files
committed
Revert "Add unzip to the software list."
This reverts commit 5a739e6.
1 parent abe315b commit 8d05336

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
@@ -44,7 +44,7 @@ if [ "$release" -eq 9 ]; then
4444
sudo bc ftp lsof ntpdate rrdtool quota e2fslibs bsdutils e2fsprogs curl
4545
imagemagick fail2ban dnsutils bsdmainutils cron hestia hestia-nginx
4646
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
47-
rsyslog setpriv ipset libapache2-mod-ruid2 unzip"
47+
rsyslog setpriv ipset libapache2-mod-ruid2"
4848
elif [ "$release" -eq 10 ]; then
4949
software="nginx apache2 apache2-utils apache2-suexec-custom
5050
apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
@@ -61,7 +61,7 @@ elif [ "$release" -eq 10 ]; then
6161
quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
6262
bsdmainutils cron hestia hestia-nginx hestia-php expect
6363
libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog util-linux
64-
ipset libapache2-mpm-itk unzip"
64+
ipset libapache2-mpm-itk"
6565
fi
6666

6767
# Defining help function

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
4444
postgresql postgresql-contrib proftpd-basic quota roundcube-core
4545
roundcube-mysql roundcube-plugins rrdtool rssh spamassassin sudo hestia
4646
hestia-nginx hestia-php vim-common vsftpd whois zip acl sysstat setpriv
47-
libonig5 ipset unzip"
47+
libonig5 ipset"
4848

4949
# Defining help function
5050
help() {

0 commit comments

Comments
 (0)