mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Do not disable sury during migration
This commit is contained in:
parent
9f1211e9b8
commit
e544bf3e85
1 changed files with 0 additions and 2 deletions
|
@ -154,12 +154,10 @@ class MyMigration(Migration):
|
|||
# This :
|
||||
# - replace single 'stretch' occurence by 'buster'
|
||||
# - comments lines containing "backports"
|
||||
# - comments lines containing "sury"
|
||||
# - replace 'stretch/updates' by 'strech/updates' (or same with -)
|
||||
for f in sources_list:
|
||||
command = "sed -i -e 's@ stretch @ buster @g' " \
|
||||
"-e '/backports/ s@^#*@#@' " \
|
||||
"-e '/sury/ s@^#*@#@' " \
|
||||
"-e 's@ stretch/updates @ buster/updates @g' " \
|
||||
"-e 's@ stretch-updates @ buster-updates @g' " \
|
||||
"{}".format(f)
|
||||
|
|
Loading…
Add table
Reference in a new issue