Update power-profile.sh (#655)

This commit is contained in:
Guru Swarupa 2024-09-28 19:11:29 +00:00 committed by GitHub
parent a2480bf1bd
commit 42e45964a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,7 @@ installAutoCpufreq() {
cd auto-cpufreq
printf "%b\n" "${YELLOW}Running auto-cpufreq installer...${RC}"
"$ESCALATION_TOOL" ./auto-cpufreq-installer
"$ESCALATION_TOOL" auto-cpufreq --install
cd ..
fi
@ -94,4 +95,4 @@ apply_or_remove_auto_cpufreq() {
checkEnv
checkEscalationTool
installAutoCpufreq
apply_or_remove_auto_cpufreq
apply_or_remove_auto_cpufreq