mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
bullseye->bookworm: explicitly remove python3.9 and python3.9-venv which seems to confuse aptitude...
This commit is contained in:
parent
4232fc7c4b
commit
079cdc2624
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class MyMigration(Migration):
|
|||
aptitude_with_progress_bar(f"unhold yunohost moulinette ssowat yunohost-admin {' '.join(apps_packages)}")
|
||||
|
||||
# FIXME : find a way to simulate and validate the upgrade first
|
||||
aptitude_with_progress_bar("full-upgrade --show-why yunohost yunohost-admin yunohost-portal moulinette ssowat -o Dpkg::Options::='--force-confold'")
|
||||
aptitude_with_progress_bar("full-upgrade --show-why yunohost yunohost-admin yunohost-portal moulinette ssowat python3.9- python3.9-venv- -o Dpkg::Options::='--force-confold'")
|
||||
|
||||
#cmd = "LC_ALL=C"
|
||||
#cmd += " DEBIAN_FRONTEND=noninteractive"
|
||||
|
|
Loading…
Add table
Reference in a new issue