From 11bd0536f107840e615f14be48dbaa50d4efbe6a Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 5 May 2018 21:52:44 +0200 Subject: [PATCH] Don't use unstable repo by default --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index ce067d7..0538202 100755 --- a/install_yunohost +++ b/install_yunohost @@ -297,7 +297,7 @@ function setup_package_source() { # Debian repository - local CUSTOMDEB="deb http://forge.yunohost.org/debian/ stretch stable testing unstable" + local CUSTOMDEB="deb http://forge.yunohost.org/debian/ stretch stable testing" if [[ "$DISTRIB" == "stable" ]] ; then echo "$CUSTOMDEB" > $CUSTOMAPT