From ce640dd5662b2590fae67ac1829d9ecfa42f8d53 Mon Sep 17 00:00:00 2001 From: Laxman Singh Date: Fri, 24 May 2024 11:27:48 +0530 Subject: [PATCH] Updated supported fedora versions Pihole now supports Fedora 39 and 40 but in documentation it has 38/39 version as supported OS version which creates confusion. Signed-off-by: Laxman Singh --- 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 e374a1a..a7d29c0 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -31,7 +31,7 @@ The following operating systems are **officially** supported: | Armbian OS | Any | ARM / x86_64 / riscv64 | | Ubuntu | 20.x / 22.x / 23.x | ARM / x86_64 | | Debian | 10 / 11 / 12 | ARM / x86_64 / i386 | -| Fedora | 38 / 39 | ARM / x86_64 | +| Fedora | 39 / 40 | ARM / x86_64 | | CentOS Stream | 8 / 9 | x86_64 |