From 4526f5e7722f9017d0d859bc9d439e304de77686 Mon Sep 17 00:00:00 2001 From: Christian Hagenest Date: Thu, 11 Apr 2024 15:34:29 +0200 Subject: [PATCH] apt update after adding new repository --- cmdeploy/src/cmdeploy/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmdeploy/src/cmdeploy/__init__.py b/cmdeploy/src/cmdeploy/__init__.py index d09e1a7..43de281 100644 --- a/cmdeploy/src/cmdeploy/__init__.py +++ b/cmdeploy/src/cmdeploy/__init__.py @@ -539,6 +539,8 @@ def deploy_chatmail(config_path: Path) -> None: ensure_newline = True, ) + apt.update(name="apt update") + apt.packages( name="Install Dovecot", packages=["dovecot-imapd", "dovecot-lmtpd", "dovecot-sieve"],