mirror of
https://github.com/chatmail/relay.git
synced 2026-05-10 16:04:37 +00:00
apt update after adding new repository
This commit is contained in:
committed by
missytake
parent
616a42c8f3
commit
4526f5e772
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user