We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 236b496 commit d56d16bCopy full SHA for d56d16b
2 files changed
install/hst-install-debian.sh
@@ -627,7 +627,7 @@ fi
627
if [ "$phpfpm" = 'yes' ]; then
628
fpm="php7.3 php7.3-common php7.3-bcmath php7.3-cli php7.3-curl php7.3-fpm
629
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"
+ php7.3-mbstring php7.3-json php7.3-bz2 php7.3-pspell"
631
software="$software $fpm"
632
fi
633
install/hst-install-ubuntu.sh
@@ -603,7 +603,7 @@ fi
603
604
605
606
607
608
609
0 commit comments