From 999396eb6a7a3893558afbd71550c5c274831af6 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 31 Oct 2024 15:20:59 +0100 Subject: [PATCH] Use repo.yunohost.org instead of forge.yunohost.org --- files_to_inject/preseeds/default.preseed | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files_to_inject/preseeds/default.preseed b/files_to_inject/preseeds/default.preseed index 5647b8d..0debf5f 100644 --- a/files_to_inject/preseeds/default.preseed +++ b/files_to_inject/preseeds/default.preseed @@ -72,8 +72,8 @@ d-i apt-setup/services-select multiselect security, updates d-i apt-setup/security_host string security.debian.org d-i apt-setup/local0/repository string \ - http://forge.yunohost.org/debian/ __DIST__ stable __TESTING__ -d-i apt-setup/local0/key string http://forge.yunohost.org/yunohost___DIST__.asc + http://repo.yunohost.org/debian/ __DIST__ stable __TESTING__ +d-i apt-setup/local0/key string http://repo.yunohost.org/keys/yunohost___DIST__.asc d-i apt-setup/local0/comment string YunoHost repository #d-i debian-installer/allow_unauthenticated string true