dovecot: apt install -f

This commit is contained in:
missytake
2025-06-29 10:02:47 +02:00
parent 387532cfca
commit 6c686da937

View File

@@ -685,6 +685,7 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
apt.deb( apt.deb(
name="Install Dovecot", name="Install Dovecot",
src=f"https://download.delta.chat/dovecot/dovecot-imapd_2.3.21%2Bdfsg1-3_{arch}.deb", src=f"https://download.delta.chat/dovecot/dovecot-imapd_2.3.21%2Bdfsg1-3_{arch}.deb",
force=True,
) )
apt.packages( apt.packages(