mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[FIX] patch sources list for armbian (#1028)
* [FIX] patch sources list for armbian * Update src/yunohost/data_migrations/0015_migrate_to_buster.py Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
c9bb3d0bde
commit
fca1df6805
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ class MyMigration(Migration):
|
|||
command = "sed -i -e 's@ stretch @ buster @g' " \
|
||||
"-e '/backports/ s@^#*@#@' " \
|
||||
"-e 's@ stretch/updates @ buster/updates @g' " \
|
||||
"-e 's@ stretch-updates @ buster-updates @g' " \
|
||||
"-e 's@ stretch-@ buster-@g' " \
|
||||
"{}".format(f)
|
||||
os.system(command)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue