Skip to content

Commit 48041ad

Browse files
author
Alexandros
committed
Remove duplicate packages from installer
1 parent 17d926d commit 48041ad

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,8 +44,8 @@ elif [ "$release" -eq 9 ]; then
4444
libapache2-mod-ruid2 libapache2-mod-fcgid libapache2-mod-php$fpm_v
4545
php$fpm_v php$fpm_v-common php$fpm_v-cgi php$fpm_v-mysql php$fpm_v-curl
4646
php$fpm_v-pgsql php$fpm_v-imap php$fpm_v-ldap php$fpm_v-apcu awstats
47-
php$fpm_v-zip php$fpm_v-bz2 php$fpm_v-cli php$fpm_v-common php$fpm_v-gd
48-
php$fpm_v-intl php$fpm_v-json php$fpm_v-zip php$fpm_v-mbstring
47+
php$fpm_v-zip php$fpm_v-bz2 php$fpm_v-cli php$fpm_v-gd
48+
php$fpm_v-intl php$fpm_v-json php$fpm_v-mbstring
4949
php$fpm_v-opcache php$fpm_v-pspell php$fpm_v-readline php$fpm_v-xml
5050
vsftpd proftpd-basic bind9 exim4 exim4-daemon-heavy clamav-daemon
5151
spamassassin dovecot-imapd dovecot-pop3d roundcube-core net-tools

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
nginx ntpdate php$fpm_v php$fpm_v-cgi php$fpm_v-common php$fpm_v-curl
3737
phpmyadmin php$fpm_v-mysql php$fpm_v-imap php$fpm_v-ldap php$fpm_v-apcu
3838
phppgadmin php$fpm_v-pgsql php$fpm_v-zip php$fpm_v-bz2 php$fpm_v-cli
39-
php$fpm_v-common php$fpm_v-gd php$fpm_v-intl php$fpm_v-json php$fpm_v-zip
39+
php$fpm_v-gd php$fpm_v-intl php$fpm_v-json
4040
php$fpm_v-mbstring php$fpm_v-opcache php$fpm_v-pspell php$fpm_v-readline
4141
php$fpm_v-xml postgresql postgresql-contrib proftpd-basic quota
4242
roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin

0 commit comments

Comments
 (0)