diff --git a/misc/tools.func b/misc/tools.func index 0609828..b71d330 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -373,6 +373,9 @@ install_php() { for mod in "${MODULES[@]}"; do MODULE_LIST+=" php${PHP_VERSION}-${mod}" done + if [[ "$PHP_FPM" == "YES" ]]; then + MODULE_LIST+=" php${PHP_VERSION}-fpm" + fi if [[ "$PHP_APACHE" == "YES" ]]; then # Optionally disable old Apache PHP module