mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
bullseye->bookworm: make sure the non-free / non-free-firmware stuff is idempotent
This commit is contained in:
parent
d376677db6
commit
ad98a10fa8
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ class MyMigration(Migration):
|
|||
"-e '/backports/ s@^#*@#@' "
|
||||
"-e 's@ bullseye/updates @ bookworm-security @g' "
|
||||
"-e 's@ bullseye-@ bookworm-@g' "
|
||||
"-e 's@ non-free@ non-free non-free-firmware@g' "
|
||||
"-e '/non-free-firmware/!s@ non-free@ non-free non-free-firmware@g' "
|
||||
"-e 's@deb.*http://forge.yunohost.org@deb [signed-by=/usr/share/keyrings/yunohost-bookworm.gpg] http://forge.yunohost.org@g' "
|
||||
)
|
||||
os.system(command)
|
||||
|
|
Loading…
Add table
Reference in a new issue