mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Don't use unstable repo by default
This commit is contained in:
parent
89325dbcd7
commit
11bd0536f1
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ function setup_package_source() {
|
||||||
|
|
||||||
# Debian repository
|
# 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
|
if [[ "$DISTRIB" == "stable" ]] ; then
|
||||||
echo "$CUSTOMDEB" > $CUSTOMAPT
|
echo "$CUSTOMDEB" > $CUSTOMAPT
|
||||||
|
|
Loading…
Add table
Reference in a new issue