mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[enh] Attempt to not manually install postfix & friends
This commit is contained in:
parent
6ed01f443d
commit
68c56d8c0c
1 changed files with 1 additions and 3 deletions
|
@ -280,9 +280,7 @@ install_yunohost_packages() {
|
|||
apt_get_wrapper \
|
||||
-o Dpkg::Options::="--force-confold" \
|
||||
-y --force-yes install \
|
||||
yunohost \
|
||||
postfix postfix-ldap \
|
||||
postfix-policyd-spf-perl
|
||||
yunohost
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue