From 88cf82a98e3ca6d4c8710aacc27a2cbfdacbf7a3 Mon Sep 17 00:00:00 2001 From: julienmalik Date: Wed, 6 Jan 2016 09:53:42 +0100 Subject: [PATCH] No amavis in testing/unstable anymore --- install_yunohostv2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install_yunohostv2 b/install_yunohostv2 index da8db7a..f894a1d 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -134,6 +134,9 @@ EOF } set_domain() { + # No amavis in testing/unstable anymore + [[ "$DISTRIB" != "stable" ]] && return 0 + dpkg -l | grep amavisd-new | grep -e "^ii" > /dev/null 2>&1 \ || [[ "$(hostname -d 2>/dev/null)" != "" ]] \ || hostname yunohost.yunohost.org > /dev/null 2>&1 \