From 5561f534f15933ee5e75db4823a4974705d49cb5 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 15 Mar 2026 21:18:48 +0100 Subject: [PATCH] No need to start this before the reboot --- install/config/hardware/intel-thermald.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/hardware/intel-thermald.sh b/install/config/hardware/intel-thermald.sh index 31c3a119..af771bbc 100644 --- a/install/config/hardware/intel-thermald.sh +++ b/install/config/hardware/intel-thermald.sh @@ -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