From 5b92e1d908aade1e165ffc23ea652f0deddad9e3 Mon Sep 17 00:00:00 2001 From: myvesta <38690722+myvesta@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:09:21 +0100 Subject: [PATCH] Update INSTALL.Debian.txt: Debian 12 Bookworm added --- INSTALL.d/INSTALL.Debian.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL.d/INSTALL.Debian.txt b/INSTALL.d/INSTALL.Debian.txt index ff43dad..45d6767 100644 --- a/INSTALL.d/INSTALL.Debian.txt +++ b/INSTALL.d/INSTALL.Debian.txt @@ -7,7 +7,7 @@ https://imapsync.lamiral.info/INSTALL.d/INSTALL.Debian.txt There is four install sections in this document, -1) one for Debian 9 Stretch, Debian 10 Buster, Debian 11 Bullseye +1) one for Debian 9 Stretch, Debian 10 Buster, Debian 11 Bullseye, Debian 12 Bookworm 2) one for all the Debian, called "After installing the dependencies". 3) one for Debian 8 Jessie (obsolete) 4) one for Debian 7 Wheezy (even more obsolete) @@ -20,6 +20,7 @@ Type on a terminal: cat /etc/debian_version +12.x => Bookworm 11.x => Bullseye 10.x => Buster 9.x => Stretch @@ -50,6 +51,11 @@ How to install imapsync dependencies on a Debian system? The repositories are the classical ones, ie, a /etc/apt/sources.list file with: +# Debian 12 Bookworm +deb http://deb.debian.org/debian bookworm main contrib + +or + # Debian 11 Bullseye deb http://deb.debian.org/debian bullseye main contrib