mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-28 11:10:17 +01:00
Compare commits
No commits in common. "main" and "1.0.27" have entirely different histories.
@ -103,7 +103,3 @@ dpkg --list | grep "ii chromium " >> /version-info
|
||||
echo -n "Linux kernel version: " >> /version-info
|
||||
ls /lib/modules/ | sort -r | head -n 1 >> /version-info
|
||||
echo >> /version-info
|
||||
|
||||
# Clean up apt cache and remove unused packages
|
||||
apt-get clean
|
||||
apt-get autoremove -y
|
||||
|
@ -1,5 +1,4 @@
|
||||
<h1>Kioskbrowser</h1>
|
||||
<h2>Version: <?php echo exec('git describe --tags --abbrev=0'); ?></h2>
|
||||
|
||||
CPU temperature: <br>
|
||||
<?php passthru("sudo vcgencmd measure_temp"); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user