Don't use unstable repo by default

This commit is contained in:
Alexandre Aubin 2018-05-05 21:52:44 +02:00 committed by GitHub
parent 89325dbcd7
commit 11bd0536f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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