mirror of
https://github.com/imapsync/imapsync.git
synced 2025-06-06 20:55:29 +02:00
Merge pull request #491 from myvesta/patch-1
Update INSTALL.Debian.txt: Debian 12 Bookworm added
This commit is contained in:
commit
0dd79e7e52
1 changed files with 7 additions and 1 deletions
|
@ -7,7 +7,7 @@ https://imapsync.lamiral.info/INSTALL.d/INSTALL.Debian.txt
|
||||||
|
|
||||||
|
|
||||||
There is four install sections in this document,
|
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".
|
2) one for all the Debian, called "After installing the dependencies".
|
||||||
3) one for Debian 8 Jessie (obsolete)
|
3) one for Debian 8 Jessie (obsolete)
|
||||||
4) one for Debian 7 Wheezy (even more obsolete)
|
4) one for Debian 7 Wheezy (even more obsolete)
|
||||||
|
@ -20,6 +20,7 @@ Type on a terminal:
|
||||||
|
|
||||||
cat /etc/debian_version
|
cat /etc/debian_version
|
||||||
|
|
||||||
|
12.x => Bookworm
|
||||||
11.x => Bullseye
|
11.x => Bullseye
|
||||||
10.x => Buster
|
10.x => Buster
|
||||||
9.x => Stretch
|
9.x => Stretch
|
||||||
|
@ -50,6 +51,11 @@ How to install imapsync dependencies on a Debian system?
|
||||||
The repositories are the classical ones, ie, a
|
The repositories are the classical ones, ie, a
|
||||||
/etc/apt/sources.list file with:
|
/etc/apt/sources.list file with:
|
||||||
|
|
||||||
|
# Debian 12 Bookworm
|
||||||
|
deb http://deb.debian.org/debian bookworm main contrib
|
||||||
|
|
||||||
|
or
|
||||||
|
|
||||||
# Debian 11 Bullseye
|
# Debian 11 Bullseye
|
||||||
deb http://deb.debian.org/debian bullseye main contrib
|
deb http://deb.debian.org/debian bullseye main contrib
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue