Thermald helps manage thermal load on Intel laptops with Sandy Bridge or newer (#5022)

Thanks to the team at Intel for pointing this out 👌
This commit is contained in:
David Heinemeier Hansson
2026-03-15 12:13:26 +01:00
committed by GitHub
parent f372b03411
commit 2d35b98bbb
5 changed files with 21 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
# Detect whether the computer has an Intel CPU.
[[ $(grep -m1 "vendor_id" /proc/cpuinfo 2>/dev/null | cut -d: -f2 | tr -d ' ') == "GenuineIntel" ]]