No need to start this before the reboot

This commit is contained in:
David Heinemeier Hansson
2026-03-15 21:18:48 +01:00
parent 0a5d66ca5e
commit 5561f534f1
+1 -1
View File
@@ -6,6 +6,6 @@ if omarchy-hw-intel; then
cpu_model=$(grep -m1 "^model\s*:" /proc/cpuinfo 2>/dev/null | cut -d: -f2 | tr -d ' ')
if ((cpu_model >= 42)) && omarchy-battery-present; then
omarchy-pkg-add thermald
sudo systemctl enable --now thermald
sudo systemctl enable thermald
fi
fi