mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Explicitly install php7.4-fpm, mariadb-server and metronome on bullseye so they get flagged as manually installed
This commit is contained in:
parent
1e41d0634f
commit
84875885b9
1 changed files with 7 additions and 0 deletions
7
bullseye
7
bullseye
|
@ -507,12 +507,19 @@ function install_yunohost_packages() {
|
|||
debhelper dh-autoreconf \
|
||||
|| true
|
||||
|
||||
# Explicitly install these so they get flagged as manually installed
|
||||
# At some point we may want to start trying to not install these by default
|
||||
# To have lighter systems
|
||||
# But that assumes that app explicitly declare their dependencies
|
||||
recommend_packages="php7.4-fpm mariadb-server metronome"
|
||||
|
||||
# Install YunoHost
|
||||
apt_get_wrapper \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
-o APT::install-recommends=true \
|
||||
-y install \
|
||||
yunohost yunohost-admin postfix \
|
||||
$recommend_packages \
|
||||
|| return 1
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue