From 25423273ee5e4fdea7ab46c46cb9704510a78589 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sun, 21 Feb 2021 08:31:32 +0100 Subject: [PATCH] Update graph.sh --- sysinfo/graph.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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