mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-27 20:36:26 -04:00
Removed dependencies on cpupower, as the functionality it was used for can be easily substituted
This commit is contained in:
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
for CPU in $(seq 0 $(($(nproc) - 1))); do
|
||||
echo $1 > /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
|
||||
cat /sys/devices/system/cpu/cpu"$CPU"/cpufreq/scaling_governor
|
||||
done
|
||||
Reference in New Issue
Block a user