mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
bullseye->bookworm: forgot to remove the unhold for apps packages >_>
This commit is contained in:
parent
97bb6bde09
commit
67d6baa151
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ class MyMigration(Migration):
|
|||
# Yunohost upgrade
|
||||
#
|
||||
logger.info(m18n.n("migration_0027_yunohost_upgrade"))
|
||||
aptitude_with_progress_bar(f"unhold yunohost moulinette ssowat yunohost-admin {' '.join(apps_packages)}")
|
||||
aptitude_with_progress_bar(f"unhold yunohost moulinette ssowat yunohost-admin")
|
||||
|
||||
try:
|
||||
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'")
|
||||
|
|
Loading…
Add table
Reference in a new issue