mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Use vinaigrette repository
This commit is contained in:
parent
ba8fd996bf
commit
c3e0004c84
1 changed files with 5 additions and 2 deletions
|
@ -193,7 +193,9 @@ setup_package_source() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Debian repository
|
# Debian repository
|
||||||
local CUSTOMDEB="deb http://repo.yunohost.org/debian/ jessie stable"
|
|
||||||
|
# FIXME : move "vinaigrette." to "repo." at some point...
|
||||||
|
local CUSTOMDEB="deb http://vinaigrette.yunohost.org/debian/ stretch stable testing unstable"
|
||||||
|
|
||||||
if [[ "$DISTRIB" == "stable" ]] ; then
|
if [[ "$DISTRIB" == "stable" ]] ; then
|
||||||
echo "$CUSTOMDEB" > $CUSTOMAPT
|
echo "$CUSTOMDEB" > $CUSTOMAPT
|
||||||
|
@ -204,7 +206,8 @@ setup_package_source() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add YunoHost repository key to the keyring
|
# Add YunoHost repository key to the keyring
|
||||||
wget -O- https://repo.yunohost.org/yunohost.asc -q | apt-key add -qq - > /dev/null
|
# FIXME : move "vinaigrette." to "repo." at some point...
|
||||||
|
wget -O- https://vinaigrette.yunohost.org/yunohost.asc -q | apt-key add -qq - > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
apt_update() {
|
apt_update() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue