mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-04-08 17:05:56 +02:00
Update cpufreqctl.sh (#19)
This commit is contained in:
parent
d75d8dc2b1
commit
d727f5ab76
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
VERSION='20'
|
||||
cpucount=`cat /proc/cpuinfo|grep processor|wc -l`
|
||||
cpucount=`nproc`
|
||||
FLROOT=/sys/devices/system/cpu
|
||||
DRIVER=auto
|
||||
VERBOSE=0
|
||||
|
Loading…
x
Reference in New Issue
Block a user