Removed unneeded double check if 'ID' = 'fedora'
This commit is contained in:
@@ -66,9 +66,7 @@ add_dracutmodules+=" zfs "
|
|||||||
omit_dracutmodules+=" btrfs "
|
omit_dracutmodules+=" btrfs "
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "${ID}" == 'fedora' ]]; then
|
|
||||||
if [[ "${VERSION_ID}" -lt '41' ]]; then
|
if [[ "${VERSION_ID}" -lt '41' ]]; then
|
||||||
dnf \
|
dnf \
|
||||||
config-manager \
|
config-manager \
|
||||||
|
|||||||
Reference in New Issue
Block a user