diff --git a/install/minthcm-install.sh b/install/minthcm-install.sh index a6eed1129..090a31135 100644 --- a/install/minthcm-install.sh +++ b/install/minthcm-install.sh @@ -12,8 +12,8 @@ catch_errors setting_up_container network_check update_os - -PHP_APACHE="YES" PHP_VERSION="8.2" PHP_MODULE="mysql,cli,redis" PHP_FPM="YES" setup_php +PHP_VERSION="8.2" +PHP_APACHE="YES" PHP_MODULE="mysql,cli,redis" PHP_FPM="YES" setup_php setup_composer msg_info "Enabling Apache modules (rewrite, headers)"