From 07c5089f3de3d82c421847b6aed741172fd56b01 Mon Sep 17 00:00:00 2001 From: Le Kload Date: Mon, 9 Nov 2015 14:45:32 +0100 Subject: [PATCH] [fix] Update testing installation command --- install_yunohostv2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index 0df6f60..2350b8c 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -267,7 +267,8 @@ workaround_avahi_installation() { } install_yunohost_packages() { - if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] ; then + if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] \ + && [[ "$DISTRIB" != "test" ]] && [[ "$DISTRIB" != "testing" ]] ; then apt_get_wrapper \ -o Dpkg::Options::="--force-confold" \ -y --force-yes install \