Merge branch 'postfix_issue' of Disroot/Howto into master

This commit is contained in:
antilopa 2020-02-27 20:47:44 +00:00 committed by Gitea
commit 300fcaf1e8
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ YAML="/var/www/howto.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 PHP
sudo apt-get -y update
sudo apt-get -y upgrade