1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00

Merge pull request #315 from myvesta/patch-1

Addding Debian11 to INSTALL.Debian.txt
This commit is contained in:
Gilles LAMIRAL 2022-01-14 19:42:56 +01:00 committed by GitHub
commit 08c89714f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ https://imapsync.lamiral.info/INSTALL.d/INSTALL.Debian.txt
There is three install sections in this document, There is three install sections in this document,
1) one for Debian 9 Stretch and Debian 10 Buster 1) one for Debian 9 Stretch, Debian 10 Buster and Debian 11 Bullseye
2) one for Debian 8 Jessie 2) one for Debian 8 Jessie
3) one for Debian 7 Wheezy 3) one for Debian 7 Wheezy
@ -19,6 +19,7 @@ Type on a terminal:
cat /etc/debian_version cat /etc/debian_version
11.x => Bullseye
10.x => Buster 10.x => Buster
9.x => Stretch 9.x => Stretch
8.x => Jessie 8.x => Jessie
@ -40,7 +41,7 @@ https://lists.debian.org/debian-user/2016/11/msg00849.html
======================================================================= =======================================================================
1) Installing imapsync on Debian 9 Stretch or Debian 10 Buster 1) Installing imapsync on Debian 9 Stretch, Debian 10 Buster or Debian 11 Bullseye
======================================================================= =======================================================================
How to install imapsync dependencies on a Debian system? How to install imapsync dependencies on a Debian system?
@ -56,6 +57,11 @@ or
# Debian 10 Buster # Debian 10 Buster
deb http://deb.debian.org/debian buster main contrib deb http://deb.debian.org/debian buster main contrib
or
# Debian 11 Bullseye
deb http://deb.debian.org/debian bullseye main contrib
You need root privilege to run it, be root or use sudo. You need root privilege to run it, be root or use sudo.