From 092f262ea440f8b61c1c6cc01e1e629159faf69a Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 1 Nov 2021 22:31:09 -0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3531f71..d60e1de 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,15 @@ Please note this script is meant to be used on fresh installations only. You mus Visit my Matrix group: https://matrix.to/#/#tommytran732:matrix.org
# Supported Operating System -I highly recommend that you use ditributions in the Red Hat family over the Debian family. Red Hat distributions have modular repositories which makes package management so much cleaner. +RHEL, CentOS Stream and Rocky Linux are recommended over Ubuntu and Debian due to the new Appstream system introduced in RHEL 8. With modular repos, package management with dnf becomes so much easier and cleaner compared to apt.
+ +Fedora is not recommended due to its short life cycle. However, if you live on the edge and can handle frequent major updates on your own, then it is fine. | Operating System | Version | Supported | Recommended | Notes | | ----------------- | -------- | -------------------- | ------------------ | ------------------------------------ | -| Fedora | 35 | :heavy_check_mark: | ✔️ | | -| CentOS | Stream 8 | :heavy_check_mark: | ✔️ | | -| RHEL | 8 | :heavy_check_mark: | ✔️ | | -| Rocky Linux | 8 | :heavy_check_mark: | ✔️ | | -| Ubuntu | 20.04 | :heavy_check_mark: | 🔴 | | -| Debian | 11 | :heavy_check_mark: | 🔴 | | +| Fedora | 35 | :heavy_check_mark: | 🔴 | | +| CentOS | Stream 8 | :heavy_check_mark: | ✔️ | | +| RHEL | 8 | :heavy_check_mark: | ✔️ | | +| Rocky Linux | 8 | :heavy_check_mark: | ✔️ | | +| Ubuntu | 20.04 | :heavy_check_mark: | 🔴 | | +| Debian | 11 | :heavy_check_mark: | 🔴 | |