From fcc7db9d415b317b5ea334110b09a7e66547c627 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 17 Jun 2018 04:37:07 +0200 Subject: [PATCH] Install stable by default --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 9be4d25..36928e5 100755 --- a/install_yunohost +++ b/install_yunohost @@ -296,7 +296,7 @@ function setup_package_source() { # Debian repository - local CUSTOMDEB="deb http://forge.yunohost.org/debian/ stretch stable testing" + local CUSTOMDEB="deb http://forge.yunohost.org/debian/ stretch stable" if [[ "$DISTRIB" == "stable" ]] ; then echo "$CUSTOMDEB" > $CUSTOMAPT