bullseye migration: add new apg .deb signing key

This commit is contained in:
Alexandre Aubin 2021-08-13 17:58:46 +02:00
parent ebf5eb70ca
commit 996a399f94

View file

@ -36,6 +36,13 @@ class MyMigration(Migration):
logger.info(m18n.n("migration_0021_start"))
#
# Add new apt .deb signing key
#
new_apt_key = "https://forge.yunohost.org/yunohost_bullseye.asc"
check_output(f"wget -O- {new_apt_key} -q | apt-key add -qq -")
#
# Patch sources.list
#