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 \
|
apt_get_wrapper \
|
||||||
-o Dpkg::Options::="--force-confold" \
|
-o Dpkg::Options::="--force-confold" \
|
||||||
-y --force-yes install \
|
-y --force-yes install \
|
||||||
yunohost \
|
yunohost
|
||||||
postfix postfix-ldap \
|
|
||||||
postfix-policyd-spf-perl
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue