mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update 0027_migrate_to_bookworm.py.disabled: encourage apt to remove luajit if it's installed because for some reason it's causing issues
This commit is contained in:
parent
44529b6d92
commit
423e79bd57
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ class MyMigration(Migration):
|
||||||
logger.debug(f"Running: {command}")
|
logger.debug(f"Running: {command}")
|
||||||
os.system(command)
|
os.system(command)
|
||||||
|
|
||||||
aptitude_with_progress_bar("upgrade cron rspamd- libluajit-5.1-2- --show-why -o APT::Force-LoopBreak=1 -o Dpkg::Options::='--force-confold'")
|
aptitude_with_progress_bar("upgrade cron rspamd- luajit- libluajit-5.1-2- --show-why -o APT::Force-LoopBreak=1 -o Dpkg::Options::='--force-confold'")
|
||||||
|
|
||||||
aptitude_with_progress_bar("full-upgrade --show-why -o Dpkg::Options::='--force-confold'")
|
aptitude_with_progress_bar("full-upgrade --show-why -o Dpkg::Options::='--force-confold'")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue