From 0c290ab0d7796e34ca24f125e0c9d6e8a92aca04 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sun, 27 Nov 2022 14:00:56 +0100 Subject: [PATCH] Fix gpg key name --- bullseye | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bullseye b/bullseye index 176ff18..1f07522 100755 --- a/bullseye +++ b/bullseye @@ -410,7 +410,7 @@ function setup_package_source() { fi # Add YunoHost repository key to the keyring - curl --fail --silent https://forge.yunohost.org/yunohost.asc | gpg --dearmor > /usr/share/keyrings/yunohost-archive-keyring.gpg + curl --fail --silent https://forge.yunohost.org/yunohost_bullseye.asc | gpg --dearmor > /usr/share/keyrings/yunohost-archive-keyring.gpg apt-get -qq update }