From 549d5e829d2f654f29ca6ce49b165336eb3659be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cirne?= Date: Wed, 4 May 2022 17:31:44 +0100 Subject: [PATCH] Update supported versions for CentOS and CentOS Stream MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Cirne --- docs/main/prerequisites.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/main/prerequisites.md b/docs/main/prerequisites.md index e58685c..3b2d779 100644 --- a/docs/main/prerequisites.md +++ b/docs/main/prerequisites.md @@ -28,7 +28,8 @@ The following operating systems are **officially** supported: | Ubuntu | 16.x / 18.x / 20.x /21.x | ARM / x86_64 | | Debian | 9 / 10 /11 | ARM / x86_64 / i386 | | Fedora | 33 / 34 | ARM / x86_64 | -| CentOS | 7 / 8 | x86_64 | +| CentOS | 7 | x86_64 | +| CentOS Stream | 8 | x86_64 | !!! info