mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[enh] Use new debian repository for YunoHost unstable
This commit is contained in:
parent
10fbda4b80
commit
85bf8394cf
1 changed files with 1 additions and 2 deletions
|
@ -171,8 +171,7 @@ setup_package_source() {
|
|||
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
|
||||
fi
|
||||
if [[ "$DISTRIB" == "daily" ]] || [[ "$DISTRIB" == "unstable" ]] ; then
|
||||
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
|
||||
echo "deb http://repo.yunohost.org/ unstable main" >> $CUSTOMAPT
|
||||
echo "deb http://repo.yunohost.org/debian stable testing unstable" > $CUSTOMAPT
|
||||
fi
|
||||
|
||||
# Add YunoHost repository key to the keyring
|
||||
|
|
Loading…
Add table
Reference in a new issue