From 5fcd5d256bc2b2d7b0898da686524c9c923c73a3 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 9 Feb 2022 18:27:45 +0100 Subject: [PATCH] We're using a new key for bullseye repo --- profiles/default.preseed | 2 +- profiles/expert.preseed | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/profiles/default.preseed b/profiles/default.preseed index c9ff63d..ca0f33f 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -71,7 +71,7 @@ d-i apt-setup/security_host string security.debian.org d-i apt-setup/local0/repository string \ http://forge.yunohost.org/debian/ bullseye stable -d-i apt-setup/local0/key string http://forge.yunohost.org/yunohost.asc +d-i apt-setup/local0/key string http://forge.yunohost.org/yunohost_bullseye.asc d-i apt-setup/local0/comment string YunoHost repository #d-i debian-installer/allow_unauthenticated string true diff --git a/profiles/expert.preseed b/profiles/expert.preseed index fbad418..c3327ca 100644 --- a/profiles/expert.preseed +++ b/profiles/expert.preseed @@ -72,7 +72,7 @@ d-i apt-setup/security_host string security.debian.org d-i apt-setup/local0/repository string \ http://forge.yunohost.org/debian/ bullseye stable -d-i apt-setup/local0/key string http://forge.yunohost.org/yunohost.asc +d-i apt-setup/local0/key string http://forge.yunohost.org/yunohost_bullseye.asc d-i apt-setup/local0/comment string YunoHost repository #d-i debian-installer/allow_unauthenticated string true