diff --git a/install_yunohostv2 b/install_yunohostv2 index 2350b8c..94d595d 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -103,7 +103,8 @@ installscript_dependencies() { } create_custom_config() { - if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] ; then + if [[ "$DISTRIB" != "daily" ]] && [[ "$DISTRIB" != "unstable" ]] \ + && [[ "$DISTRIB" != "test" ]] && [[ "$DISTRIB" != "testing" ]] ; then if [[ ! -f /etc/yunohost/yunohost.conf ]] then mkdir -p /etc/yunohost/