mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Update testing repository URL
This commit is contained in:
parent
85bf8394cf
commit
1b120b3217
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ setup_package_source() {
|
|||
|
||||
# Also add repositories for 'testing' and/or 'unstable' if the script has been called with those arguments
|
||||
if [[ "$DISTRIB" == "test" ]] || [[ "$DISTRIB" == "testing" ]] ; then
|
||||
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
|
||||
echo "deb http://repo.yunohost.org/debian stable testing" >> $CUSTOMAPT
|
||||
fi
|
||||
if [[ "$DISTRIB" == "daily" ]] || [[ "$DISTRIB" == "unstable" ]] ; then
|
||||
echo "deb http://repo.yunohost.org/debian stable testing unstable" > $CUSTOMAPT
|
||||
|
|
Loading…
Add table
Reference in a new issue