FREQENCIES="\nSoC runs between \Z1$(($(cat /sys/devices/system/cpu/cpufreq/policy0/scaling_min_freq)/1000))\Z0 and \Z1$(($(cat /sys/devices/system/cpu/cpufreq/policy0/scaling_max_freq)/1000)) MHz\Z0 using \Z1$(cat /sys/devices/system/cpu/cpufreq/policy0/scaling_governor)\Z0 governor.\n"
fi
[[-n"${BOARD_NAME/ /}"]]&&MENUTITLE=$MENUTITLE" based \Z1Armbian\Z0 for the \Z1${BOARD_NAME}\Z0 "
dialog --colors--title" Apply and save changes "--backtitle"$BACKTITLE"--yes-label"OK"--no-label"Cancel"--yesno\
"\nCPU frequency will be within \Z1$(($MIN_SPEED/1000))\Z0 and \Z1$(($MAX_SPEED/1000)) MHz\Z0. The governor \Z1$GOVERNOR\Z0 will decide which speed to use within this range." 9 58