Skip to content

Commit 3001220

Browse files
author
Kristan Kenney
committed
Add additional PHP extensions to default install
* php-imap, php-ldap - required for mail subsystem * php-apcu - cache extension
1 parent 81d1d75 commit 3001220

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ fpm_v="7.3"
2929
if [ "$release" -eq 9 ]; then
3030
software="nginx apache2 apache2-utils apache2-suexec-custom
3131
libapache2-mod-ruid2 libapache2-mod-fcgid libapache2-mod-php php
32-
php-common php-cgi php-mysql php-curl php-pgsql awstats webalizer
33-
vsftpd proftpd-basic bind9 exim4 exim4-daemon-heavy clamav-daemon
34-
spamassassin dovecot-imapd dovecot-pop3d roundcube-core net-tools
32+
php-common php-cgi php-mysql php-curl php-pgsql php-imap php-ldap php-apcu
33+
awstats webalizer vsftpd proftpd-basic bind9 exim4 exim4-daemon-heavy
34+
clamav-daemon spamassassin dovecot-imapd dovecot-pop3d roundcube-core net-tools
3535
roundcube-mysql roundcube-plugins mariadb-client mariadb-common
3636
mariadb-server postgresql postgresql-contrib phppgadmin phpmyadmin mc
3737
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota

install/hst-install-ubuntu.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ software="apache2 apache2.2-common apache2-suexec-custom apache2-utils
3333
exim4-daemon-heavy expect fail2ban flex ftp git idn imagemagick
3434
libapache2-mod-fcgid libapache2-mod-php libapache2-mod-rpaf
3535
libapache2-mod-ruid2 lsof mc mariadb-client mariadb-common mariadb-server nginx
36-
ntpdate php php-cgi php-common php-curl phpmyadmin php-mysql phppgadmin
37-
php-pgsql postgresql postgresql-contrib proftpd-basic quota roundcube-core
38-
roundcube-mysql roundcube-plugins rrdtool rssh spamassassin sudo hestia
39-
hestia-nginx hestia-php vim-common vsftpd webalizer whois zip"
36+
ntpdate php php-cgi php-common php-curl phpmyadmin php-mysql php-imap php-ldap
37+
php-apcu phppgadmin php-pgsql postgresql postgresql-contrib proftpd-basic quota
38+
roundcube-core roundcube-mysql roundcube-plugins rrdtool rssh spamassassin
39+
sudo hestia hestia-nginx hestia-php vim-common vsftpd webalizer whois zip"
4040

4141
# Defining help function
4242
help() {

0 commit comments

Comments
 (0)