mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
Use forge.yunohost.org as final stretch deb repo
This commit is contained in:
parent
068a32bdb5
commit
50249b3736
1 changed files with 2 additions and 4 deletions
|
@ -294,8 +294,7 @@ function setup_package_source() {
|
||||||
|
|
||||||
# Debian repository
|
# Debian repository
|
||||||
|
|
||||||
# FIXME : move "vinaigrette." to "repo." at some point...
|
local CUSTOMDEB="deb http://forge.yunohost.org/debian/ stretch stable testing unstable"
|
||||||
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
|
||||||
|
@ -306,8 +305,7 @@ function setup_package_source() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Add YunoHost repository key to the keyring
|
# Add YunoHost repository key to the keyring
|
||||||
# FIXME : move "vinaigrette." to "repo." at some point...
|
wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
|
||||||
wget -O- https://vinaigrette.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function register_debconf() {
|
function register_debconf() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue