diff --git a/scripts/dovecot/build-obs.sh b/scripts/dovecot/build-obs.sh index 1fbddf8c..66fa667b 100644 --- a/scripts/dovecot/build-obs.sh +++ b/scripts/dovecot/build-obs.sh @@ -4,7 +4,10 @@ echo "Downloading precise files from Debian unstable repository..." mkdir dovecot-build cd dovecot-build -wget https://packages.debian.org/unstable/dovecot-core # TODO: probably wrong link check this + +# taken May 2nd 2024, from https://packages.debian.org/unstable/dovecot-core +wget http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1-3.debian.tar.xz +wget http://deb.debian.org/debian/pool/main/d/dovecot/dovecot_2.3.21+dfsg1.orig.tar.gz # Clone the Chatmail Dovecot Repo echo "Cloning the Chatmail Dovecot fork..."