From 0bdf02ca5a4fcc811b5581cc25851c04d1b2aab2 Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Fri, 24 May 2024 23:38:40 -0300 Subject: [PATCH] Add Ubuntu 24 to supported OS list Signed-off-by: RD WebDesign --- 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 a7d29c0..519bfc4 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 | | Armbian OS | Any | ARM / x86_64 / riscv64 | -| Ubuntu | 20.x / 22.x / 23.x | ARM / x86_64 | +| Ubuntu | 20.x / 22.x / 23.x / 24.x | ARM / x86_64 | | Debian | 10 / 11 / 12 | ARM / x86_64 / i386 | | Fedora | 39 / 40 | ARM / x86_64 | | CentOS Stream | 8 / 9 | x86_64 |