From 4e4799401e7512e30ac584a5f18e846c449c58e2 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 9 Feb 2022 19:10:54 +0100 Subject: [PATCH] Explicitly install php-fpm, mariadb and metronome --- profiles/default.preseed | 2 +- profiles/expert.preseed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/default.preseed b/profiles/default.preseed index ca0f33f..5cda5d8 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -86,7 +86,7 @@ d-i apt-setup/cdrom/set-failed boolean false tasksel tasksel/first multiselect standard, ssh-server # Keep postfix in here, otherwise exim4 might get installed and create a weird # conflict... -d-i pkgsel/include string postfix yunohost yunohost-admin +d-i pkgsel/include string postfix yunohost yunohost-admin php7.4-fpm mariadb-server metronome d-i pkgsel/upgrade select none ### Deactivate poll on popular packages diff --git a/profiles/expert.preseed b/profiles/expert.preseed index c3327ca..8228cb9 100644 --- a/profiles/expert.preseed +++ b/profiles/expert.preseed @@ -87,7 +87,7 @@ d-i apt-setup/cdrom/set-failed boolean false tasksel tasksel/first multiselect standard, ssh-server # Keep postfix in here, otherwise exim4 might get installed and create a weird # conflict... -d-i pkgsel/include string postfix yunohost yunohost-admin +d-i pkgsel/include string postfix yunohost yunohost-admin php7.4-fpm mariadb-server metronome d-i pkgsel/upgrade select none ### Deactivate poll on popular packages