mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Explicitly install php-fpm, mariadb and metronome
This commit is contained in:
parent
5fcd5d256b
commit
4e4799401e
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ d-i apt-setup/cdrom/set-failed boolean false
|
||||||
tasksel tasksel/first multiselect standard, ssh-server
|
tasksel tasksel/first multiselect standard, ssh-server
|
||||||
# Keep postfix in here, otherwise exim4 might get installed and create a weird
|
# Keep postfix in here, otherwise exim4 might get installed and create a weird
|
||||||
# conflict...
|
# 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
|
d-i pkgsel/upgrade select none
|
||||||
|
|
||||||
### Deactivate poll on popular packages
|
### Deactivate poll on popular packages
|
||||||
|
|
|
@ -87,7 +87,7 @@ d-i apt-setup/cdrom/set-failed boolean false
|
||||||
tasksel tasksel/first multiselect standard, ssh-server
|
tasksel tasksel/first multiselect standard, ssh-server
|
||||||
# Keep postfix in here, otherwise exim4 might get installed and create a weird
|
# Keep postfix in here, otherwise exim4 might get installed and create a weird
|
||||||
# conflict...
|
# 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
|
d-i pkgsel/upgrade select none
|
||||||
|
|
||||||
### Deactivate poll on popular packages
|
### Deactivate poll on popular packages
|
||||||
|
|
Loading…
Add table
Reference in a new issue