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