mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Install stable by default
This commit is contained in:
parent
a4adfd209e
commit
fcc7db9d41
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue