mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
bullseye migration: add new apg .deb signing key
This commit is contained in:
parent
ebf5eb70ca
commit
996a399f94
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue