diff --git a/actions/upgrades b/actions/upgrades index aba6566ef..b4d46f207 100755 --- a/actions/upgrades +++ b/actions/upgrades @@ -79,7 +79,8 @@ Pin-Priority: 500 DIST_UPGRADE_OBSOLETE_PACKAGES: List[str] = [] DIST_UPGRADE_PACKAGES_WITH_PROMPTS = [ - 'firewalld', 'mumble-server', 'radicale', 'roundcube-core', 'tt-rss' + 'firewalld', 'janus', 'mumble-server', 'radicale', 'roundcube-core', + 'tt-rss' ] DIST_UPGRADE_PRE_INSTALL_PACKAGES = ['base-files']