commit 81dd7c14e62ee4fe18a2d1420cb5996a34ada5a9 parent 4d4e2b0814079c5708f5bf0cf6fba9bd47505fb1 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Mon, 1 May 2023 21:21:36 +0200 apt Diffstat:
apt/minimal | | | 2 | -- |
apt/nonmail | | | 2 | ++ |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/apt/minimal b/apt/minimal @@ -133,8 +133,6 @@ console-common # seems to be useful for keymaps too console-setup # seems to be useful for keymaps too cron -msmtp # local mail delivery for cron -msmtp-mta # local mail delivery for cron isc-dhcp-client # dhclient isc-dhcp-common # manpages diff --git a/apt/nonmail b/apt/nonmail @@ -0,0 +1,2 @@ +msmtp # local mail delivery for cron +msmtp-mta # local mail delivery for cron