kodi: remove cputempcommand from advancedsettings.xml

This is no longer neccessary since kodi already supports reading
the CPU temperature from the various hwmon sysfs entries.

Our downstream "cputemp" scripts are still included for now as the
downstream "gputemp" scripts (which are still needed) symlink to them.
This should be cleaned up at a later point.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2023-09-22 23:54:38 +02:00
parent aaaa788444
commit eb1efdfe3e

View File

@ -1,5 +1,4 @@
<advancedsettings version="1.0">
<cputempcommand>/usr/bin/cputemp</cputempcommand>
<gputempcommand>/usr/bin/gputemp</gputempcommand>
<showexitbutton>false</showexitbutton>