6 lines
97 B
Bash
Executable File
6 lines
97 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo sed -i 's/^GOVERNOR=.*/GOVERNOR="performance"/' /etc/init.d/cpufrequtils
|
|
|
|
exit
|