From d750877047fac817f749bf0326cefd7e0ec5aa5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Wed, 24 May 2023 22:50:27 +0200 Subject: [PATCH] Add Ubuntu 23 to 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 89eaaba..906e743 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -28,7 +28,7 @@ The following operating systems are **officially** supported: | Distribution | Release | Architecture | | ------------ | ---------------- | ------------------- | | Raspberry Pi OS
(formerly Raspbian) | Buster / Bullseye | ARM | -| Ubuntu | 20.x / 22.x | ARM / x86_64 | +| Ubuntu | 20.x / 22.x / 23.x | ARM / x86_64 | | Debian | 10 / 11 | ARM / x86_64 / i386 | | Fedora | 36 / 37 | ARM / x86_64 | | CentOS Stream | 8 / 9 | x86_64 |