Skip to content

Commit d56d16b

Browse files
committed
Add additional php packages to fpm setup.
1 parent 236b496 commit d56d16b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ fi
627627
if [ "$phpfpm" = 'yes' ]; then
628628
fpm="php7.3 php7.3-common php7.3-bcmath php7.3-cli php7.3-curl php7.3-fpm
629629
php7.3-gd php7.3-intl php7.3-mysql php7.3-soap php7.3-xml php7.3-zip
630-
php7.3-mbstring php7.3-json"
630+
php7.3-mbstring php7.3-json php7.3-bz2 php7.3-pspell"
631631
software="$software $fpm"
632632
fi
633633

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ fi
603603
if [ "$phpfpm" = 'yes' ]; then
604604
fpm="php7.3 php7.3-common php7.3-bcmath php7.3-cli php7.3-curl php7.3-fpm
605605
php7.3-gd php7.3-intl php7.3-mysql php7.3-soap php7.3-xml php7.3-zip
606-
php7.3-mbstring php7.3-json"
606+
php7.3-mbstring php7.3-json php7.3-bz2 php7.3-pspell"
607607
software="$software $fpm"
608608
fi
609609

0 commit comments

Comments
 (0)