From 1b120b321729b641a2dfb60ecf300df8f2d61e74 Mon Sep 17 00:00:00 2001 From: Le Kload Date: Mon, 9 Nov 2015 13:40:41 +0100 Subject: [PATCH] [fix] Update testing repository URL --- install_yunohostv2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohostv2 b/install_yunohostv2 index 67c2b5e..0df6f60 100755 --- a/install_yunohostv2 +++ b/install_yunohostv2 @@ -168,7 +168,7 @@ setup_package_source() { # Also add repositories for 'testing' and/or 'unstable' if the script has been called with those arguments if [[ "$DISTRIB" == "test" ]] || [[ "$DISTRIB" == "testing" ]] ; then - echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT + echo "deb http://repo.yunohost.org/debian stable testing" >> $CUSTOMAPT fi if [[ "$DISTRIB" == "daily" ]] || [[ "$DISTRIB" == "unstable" ]] ; then echo "deb http://repo.yunohost.org/debian stable testing unstable" > $CUSTOMAPT