Explicitly install php-fpm, mariadb and metronome

This commit is contained in:
Alexandre Aubin 2022-02-09 19:10:54 +01:00
parent 5fcd5d256b
commit 4e4799401e
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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