diff --git a/sysinfo/graph.sh b/sysinfo/graph.sh index 68fce23..4e209b3 100755 --- a/sysinfo/graph.sh +++ b/sysinfo/graph.sh @@ -18,7 +18,7 @@ tempC=`cat /sys/class/thermal/thermal_zone0/temp |awk '{printf("%.1f",$1)}'` fi # For compuers not like Raspberry PI install package -# at install lm-sensors +# apt install lm-sensors # and run: sensors-detect # after this check result run command: sensors to see temperature CPU, if no set above tempcpu=false