Merge branch 'master' into fix/tools-dkim-conflict-log
This commit is contained in:
commit
03458c07e0
|
@ -147,7 +147,6 @@ function _install_dovecot() {
|
||||||
_log 'trace' 'Using Dovecot community repository'
|
_log 'trace' 'Using Dovecot community repository'
|
||||||
curl -sSfL https://repo.dovecot.org/DOVECOT-REPO-GPG | gpg --import
|
curl -sSfL https://repo.dovecot.org/DOVECOT-REPO-GPG | gpg --import
|
||||||
gpg --export ED409DA1 > /etc/apt/trusted.gpg.d/dovecot.gpg
|
gpg --export ED409DA1 > /etc/apt/trusted.gpg.d/dovecot.gpg
|
||||||
# VERSION_CODENAME sourced from /etc/os-release
|
|
||||||
echo "deb https://repo.dovecot.org/ce-2.3-latest/debian/${VERSION_CODENAME} ${VERSION_CODENAME} main" > /etc/apt/sources.list.d/dovecot.list
|
echo "deb https://repo.dovecot.org/ce-2.3-latest/debian/${VERSION_CODENAME} ${VERSION_CODENAME} main" > /etc/apt/sources.list.d/dovecot.list
|
||||||
|
|
||||||
_log 'trace' 'Updating Dovecot package signatures'
|
_log 'trace' 'Updating Dovecot package signatures'
|
||||||
|
|
Loading…
Reference in New Issue