add precise links for dovecot unstable

This commit is contained in:
holger krekel
2024-05-02 15:02:49 +02:00
committed by missytake
parent 013def94f9
commit 6e1477666e

View File

@@ -4,7 +4,10 @@
echo "Downloading precise files from Debian unstable repository..." echo "Downloading precise files from Debian unstable repository..."
mkdir dovecot-build mkdir dovecot-build
cd 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 # Clone the Chatmail Dovecot Repo
echo "Cloning the Chatmail Dovecot fork..." echo "Cloning the Chatmail Dovecot fork..."