Merge branch 'postfix_issue' of Disroot/Website into master

This commit is contained in:
antilopa 2020-02-27 21:11:55 +00:00 committed by Gitea
commit 3d07016afa
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