Update graph.sh
This commit is contained in:
parent
d838be6586
commit
25423273ee
|
|
@ -18,7 +18,7 @@ tempC=`cat /sys/class/thermal/thermal_zone0/temp |awk '{printf("%.1f",$1)}'`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# For compuers not like Raspberry PI install package
|
# For compuers not like Raspberry PI install package
|
||||||
# at install lm-sensors
|
# apt install lm-sensors
|
||||||
# and run: sensors-detect
|
# and run: sensors-detect
|
||||||
# after this check result run command: sensors to see temperature CPU, if no set above tempcpu=false
|
# after this check result run command: sensors to see temperature CPU, if no set above tempcpu=false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue