From 68c56d8c0c0770d9e8a9997fccdef24c988cd98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Thu, 8 Oct 2015 17:23:11 +0200 Subject: [PATCH] [enh] Attempt to not manually install postfix & friends --- install_yunohostv2 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index 9a90e7e..88b6193 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -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 }