Use new gpg key

This commit is contained in:
Alexandre Aubin 2021-08-13 17:33:26 +02:00 committed by GitHub
parent c826fd4671
commit 505397aeb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {