Removed unneeded double check if 'ID' = 'fedora'

This commit is contained in:
2025-12-24 16:37:13 -05:00
parent 8414563171
commit 00fe875b44

View File

@@ -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 \