mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
bullseye migration: remove derpy OVH repo...
This commit is contained in:
parent
f4219791a1
commit
7601492081
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ class MyMigration(Migration):
|
|||
logger.info(m18n.n("migration_0021_patching_sources_list"))
|
||||
self.patch_apt_sources_list()
|
||||
|
||||
# Stupid OVH has some repo configured which dont work with bullseye and break apt ...
|
||||
os.system("sudo rm -f /etc/apt/sources.list.d/ovh-*.list")
|
||||
|
||||
# Force add sury if it's not there yet
|
||||
# This is to solve some weird issue with php-common breaking php7.3-common,
|
||||
# hence breaking many php7.3-deps
|
||||
|
|
Loading…
Add table
Reference in a new issue