mirror of
https://github.com/ChrisTitusTech/linutil.git
synced 2024-11-05 13:15:21 +00:00
Update power-profile.sh (#655)
This commit is contained in:
parent
a2480bf1bd
commit
42e45964a9
|
@ -34,6 +34,7 @@ installAutoCpufreq() {
|
||||||
cd auto-cpufreq
|
cd auto-cpufreq
|
||||||
printf "%b\n" "${YELLOW}Running auto-cpufreq installer...${RC}"
|
printf "%b\n" "${YELLOW}Running auto-cpufreq installer...${RC}"
|
||||||
"$ESCALATION_TOOL" ./auto-cpufreq-installer
|
"$ESCALATION_TOOL" ./auto-cpufreq-installer
|
||||||
|
"$ESCALATION_TOOL" auto-cpufreq --install
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
fi
|
fi
|
||||||
|
@ -94,4 +95,4 @@ apply_or_remove_auto_cpufreq() {
|
||||||
checkEnv
|
checkEnv
|
||||||
checkEscalationTool
|
checkEscalationTool
|
||||||
installAutoCpufreq
|
installAutoCpufreq
|
||||||
apply_or_remove_auto_cpufreq
|
apply_or_remove_auto_cpufreq
|
||||||
|
|
Loading…
Reference in New Issue
Block a user