From 2eb877f8f1db198c7992b5b9d317cbeca4d20518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 10 Jun 2023 23:00:58 +0200 Subject: [PATCH] Add Debian 12 as supported OS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/main/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index 19a36ca..29b1409 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -29,7 +29,7 @@ The following operating systems are **officially** supported: | ------------ | ---------------- | ------------------- | | Raspberry Pi OS
(formerly Raspbian) | Buster / Bullseye | ARM | | Ubuntu | 20.x / 22.x / 23.x | ARM / x86_64 | -| Debian | 10 / 11 | ARM / x86_64 / i386 | +| Debian | 10 / 11 / 12 | ARM / x86_64 / i386 | | Fedora | 36 / 37 / 38 | ARM / x86_64 | | CentOS Stream | 8 / 9 | x86_64 |