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
|
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
|
||||||
fi
|
fi
|
||||||
if [[ "$DISTRIB" == "daily" ]] || [[ "$DISTRIB" == "unstable" ]] ; then
|
if [[ "$DISTRIB" == "daily" ]] || [[ "$DISTRIB" == "unstable" ]] ; then
|
||||||
echo "deb http://repo.yunohost.org/ testing main" >> $CUSTOMAPT
|
echo "deb http://repo.yunohost.org/debian stable testing unstable" > $CUSTOMAPT
|
||||||
echo "deb http://repo.yunohost.org/ unstable main" >> $CUSTOMAPT
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add YunoHost repository key to the keyring
|
# Add YunoHost repository key to the keyring
|
||||||
|
|
Loading…
Add table
Reference in a new issue