Skip to content
Snippets Groups Projects
Commit 3885dade authored by daniel.pondruff's avatar daniel.pondruff Committed by daniel.pondruff
Browse files

- fix error with dovecot repo version (debian only)

parent 8ede91d5
No related branches found
No related tags found
2 merge requests!7Issue16 7102,!1Codecept
......@@ -103,7 +103,7 @@ if [[ "${FEATURE_INSTALL}" = true ]]; then
# Adding dovecot key
apt-key adv --fetch-keys https://repo.dovecot.org/DOVECOT-REPO-GPG
{
echo "deb https://repo.dovecot.org/ce-latest-${DC_VERSION} main"
echo "deb https://repo.dovecot.org/ce-${DC_VERSION}-latest/debian/${DIST_VERSION} ${DIST_VERSION} main"
} > /etc/apt/sources.list.d/dovecot.list
elif [[ true == "${ANY_SLES}" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment