mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-24 00:00:08 +02:00
chore: packages.sh
- Remove redundant comment (#3900)
This commit is contained in:
parent
a815bf5ab4
commit
d86c3cb159
@ -147,7 +147,6 @@ function _install_dovecot() {
|
||||
_log 'trace' 'Using Dovecot community repository'
|
||||
curl -sSfL https://repo.dovecot.org/DOVECOT-REPO-GPG | gpg --import
|
||||
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
|
||||
|
||||
_log 'trace' 'Updating Dovecot package signatures'
|
||||
|
Loading…
x
Reference in New Issue
Block a user