diff --git a/plinth/modules/upgrades/distupgrade.py b/plinth/modules/upgrades/distupgrade.py index 0fbc187a2..964ac66fa 100644 --- a/plinth/modules/upgrades/distupgrade.py +++ b/plinth/modules/upgrades/distupgrade.py @@ -20,7 +20,7 @@ logger = logging.getLogger(__name__) OBSOLETE_PACKAGES: list[str] = [] -PACKAGES_WITH_PROMPTS = ['firewalld', 'minidlna', 'radicale'] +PACKAGES_WITH_PROMPTS = ['firewalld', 'minidlna', 'radicale', 'bind9'] PRE_DEBCONF_SELECTIONS: list[str] = [ # Tell grub-pc to continue without installing grub again.