diff --git a/install_yunohost b/install_yunohost index 946e2b2..511911c 100755 --- a/install_yunohost +++ b/install_yunohost @@ -151,7 +151,9 @@ setup_package_source() { # Debian repository local CUSTOMDEB="deb http://repo.yunohost.org/debian/ jessie stable" - if [[ "$DISTRIB" == "test" ]] || [[ "$DISTRIB" == "testing" ]] ; then + if [[ "$DISTRIB" == "stable" ]] ; then + echo "$CUSTOMDEB" >> $CUSTOMAPT + elif [[ "$DISTRIB" == "test" ]] || [[ "$DISTRIB" == "testing" ]] ; then echo "$CUSTOMDEB testing" >> $CUSTOMAPT elif [[ "$DISTRIB" == "daily" ]] || [[ "$DISTRIB" == "unstable" ]] ; then echo "$CUSTOMDEB testing unstable" > $CUSTOMAPT