mirror of https://github.com/MISP/misp-packer
chg: [clean] Be non-interactive
parent
74669ce991
commit
5ff634a649
|
@ -10,8 +10,9 @@ 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'"
|
||||
# Pass postfix configuration
|
||||
echo "postfix postfix/mailname string localhost.localdomain" | debconf-set-selections
|
||||
echo "postfix postfix/main_mailer_type string 'No configuration'" | debconf-set-selections
|
||||
apt install mailutils -qqy
|
||||
|
||||
echo "--- Testing Instance ---"
|
||||
|
|
Loading…
Reference in New Issue