scripts-main/performance.sh

6 lines
97 B
Bash
Raw Normal View History

2018-06-21 22:49:50 -05:00
#!/bin/bash
sudo sed -i 's/^GOVERNOR=.*/GOVERNOR="performance"/' /etc/init.d/cpufrequtils
exit