chg: [scripts] More non interactive fixes

pull/23/head
Steve Clement 2019-05-03 11:50:40 +09:00
parent 66169591e7
commit 49f99bfac3
1 changed files with 2 additions and 0 deletions

View File

@ -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 ---"