From dd493f77b3a93f4106a71b5fb28271f2b459dd35 Mon Sep 17 00:00:00 2001 From: Alban Vidal Date: Sun, 7 Apr 2019 12:01:23 +0200 Subject: [PATCH] Add bind9-host and bsd-mailx packages Signed-off-by: Alban Vidal --- auto_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auto_config.sh b/auto_config.sh index 4c42def..0366ea1 100755 --- a/auto_config.sh +++ b/auto_config.sh @@ -119,6 +119,8 @@ apt-get -y install \ bsdmainutils \ unattended-upgrades \ apt-listchanges \ + bind9-host \ + bsd-mailx \ logrotate > /dev/null ################################################################################