From 00fe875b44014151e92858ea6e2436da612dd0ef Mon Sep 17 00:00:00 2001 From: "Jean (east-high-Nerd)" Date: Wed, 24 Dec 2025 16:37:13 -0500 Subject: [PATCH] Removed unneeded double check if 'ID' = 'fedora' --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index a0f0b99..25b6413 100755 --- a/install.sh +++ b/install.sh @@ -66,9 +66,7 @@ add_dracutmodules+=" zfs " omit_dracutmodules+=" btrfs " EOF fi -fi -if [[ "${ID}" == 'fedora' ]]; then if [[ "${VERSION_ID}" -lt '41' ]]; then dnf \ config-manager \