Fix problem in vagrant file with postfix configuration screen

This commit is contained in:
meaz 2020-02-18 09:56:48 +01:00
parent 46d69205b9
commit f3ced696d1
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ YAML="/var/www/disroot.lan/user/config/system.yaml"
# Provisioning actions
# Avoid Postfix installation interactive screens by preconfiguring this information
sudo debconf-set-selections <<< "postfix postfix/main_mailer_type select No configuration"
sudo debconf-set-selections <<< "postfix postfix/mailname string ${WEB_NAME}"
# Add sury repository to sources.list for PHP7.4
sudo apt-get -y update
sudo apt-get -y upgrade