diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:38:02 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-07-01 08:38:02 +0500 |
commit | 4a10e4153e06e9d67af81e9f7dd87cd8e4bbf05e (patch) | |
tree | e5ea3cad1ca35b080298fa7a694720fc9e323442 /scripts/changecpufreq | |
parent | 4ac02285f9f03626f0a3bbd7ed51c7f94098c39f (diff) |
yeah
Diffstat (limited to 'scripts/changecpufreq')
-rwxr-xr-x | scripts/changecpufreq | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/changecpufreq b/scripts/changecpufreq index 5945487..fc4cb49 100755 --- a/scripts/changecpufreq +++ b/scripts/changecpufreq @@ -1,3 +1,3 @@ #!/bin/sh -sudo cpupower frequency-set -g performance -sudo cpupower frequency-set -u 1.40GHz +cpupower frequency-set -g performance +cpupower frequency-set -u 1.40GHz |