From 505397aeb70f9dcb4a823ec1fcfd37f4f15e1270 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 13 Aug 2021 17:33:26 +0200 Subject: [PATCH] Use new gpg key --- install_yunohost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_yunohost b/install_yunohost index 5d1caf6..884a1eb 100755 --- a/install_yunohost +++ b/install_yunohost @@ -406,7 +406,7 @@ function setup_package_source() { fi # Add YunoHost repository key to the keyring - wget -O- https://forge.yunohost.org/yunohost.asc -q | apt-key add -qq - >/dev/null 2>&1 + wget -O- https://forge.yunohost.org/yunohost_bullseye.asc -q | apt-key add -qq - >/dev/null 2>&1 } function register_debconf() {