From 49f99bfac3fed7ec1eb5b0f783f301ab95cd6086 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Fri, 3 May 2019 11:50:40 +0900 Subject: [PATCH] chg: [scripts] More non interactive fixes --- scripts/clean.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/clean.sh b/scripts/clean.sh index f144997..a4b2a85 100644 --- a/scripts/clean.sh +++ b/scripts/clean.sh @@ -10,6 +10,8 @@ apt autoremove -qqy echo "--- Cleaning packages" apt clean -qqy +debconf-set-selections <<< "postfix postfix/mailname string localhost.localdomain" +debconf-set-selections <<< "postfix postfix/main_mailer_type string 'No configuration'" apt install mailutils -qqy echo "--- Testing Instance ---"