evo: fix message

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium
2025-02-07 19:27:47 +01:00
parent 87b1e66d36
commit c917852ea8

View File

@@ -229,7 +229,7 @@ elif [ "${ARCMODE}" = "config" ]; then
fi
if [ "${PLATFORM}" = "epyc7002" ]; then
CPUINFO="$(cat /proc/cpuinfo | wc -l)"
CPUINFO="$(cat /proc/cpuinfo | grep MHz | wc -l)"
if [ ${CPUINFO} -gt 24 ]; then
write_menu "=" "Custom Kernel should be used for this CPU"
fi