apt update after adding new repository
This commit is contained in:
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"],
|
||||
|
Loading…
Reference in New Issue
Block a user