diff --git a/scripts/_common.sh b/scripts/_common.sh index 075e73c..f6fd9f8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -8,7 +8,7 @@ YNH_PHP_VERSION="7.4" -extra_php_dependencies="php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-imap php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-cli" +extra_php_dependencies="php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-cli" #================================================= # PERSONAL HELPERS diff --git a/scripts/install b/scripts/install index 9483adf..e46cc4e 100644 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_setup_source --dest_dir="$final_path" ynh_script_progression --message="Configuring NGINX web server..." --weight=2 # Create a dedicated NGINX config -ynh_add_nginx_config YNH_PHP_VERSION +ynh_add_nginx_config #================================================= # PHP-FPM CONFIGURATION