upgrade debian packages on "cmdeploy run"

This commit is contained in:
holger krekel
2024-08-02 01:03:28 +02:00
parent 29eabba5a0
commit effd5bc6e9
2 changed files with 4 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
## untagged
- trigger "apt upgrade" during "cmdeploy run"
([#398](https://github.com/deltachat/chatmail/pull/398))
## 1.4.1 2024-07-31
- fix metadata dictproxy which would confuse transactions

View File

@@ -489,6 +489,7 @@ def deploy_chatmail(config_path: Path) -> None:
)
apt.update(name="apt update", cache_time=24 * 3600)
apt.upgrade(name="upgrade apt packages", auto_remove=True)
apt.packages(
name="Install rsync",