mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 20:38:05 +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,
|
ensure_newline = True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
apt.update(name="apt update")
|
||||||
|
|
||||||
apt.packages(
|
apt.packages(
|
||||||
name="Install Dovecot",
|
name="Install Dovecot",
|
||||||
packages=["dovecot-imapd", "dovecot-lmtpd", "dovecot-sieve"],
|
packages=["dovecot-imapd", "dovecot-lmtpd", "dovecot-sieve"],
|
||||||
|
|||||||
Reference in New Issue
Block a user