mirror of https://github.com/MISP/misp-packer
chg: [scripts] More non interactive fixes
parent
66169591e7
commit
49f99bfac3
|
@ -10,6 +10,8 @@ apt autoremove -qqy
|
||||||
echo "--- Cleaning packages"
|
echo "--- Cleaning packages"
|
||||||
apt clean -qqy
|
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
|
apt install mailutils -qqy
|
||||||
|
|
||||||
echo "--- Testing Instance ---"
|
echo "--- Testing Instance ---"
|
||||||
|
|
Loading…
Reference in New Issue