Ensure we enable the LPMD service after installing

This commit is contained in:
David Heinemeier Hansson
2026-04-07 09:14:13 +02:00
parent abace0cbd5
commit 29a0663cc1
+1
View File
@@ -6,5 +6,6 @@ if omarchy-hw-intel && omarchy-battery-present; then
cpu_model=$(grep -m1 "^model\s*:" /proc/cpuinfo 2>/dev/null | cut -d: -f2 | tr -d ' ')
if [[ "$cpu_model" =~ ^(151|154|170|172|183|186|189|191|204)$ ]]; then
omarchy-pkg-add intel-lpmd
sudo systemctl enable intel_lpmd.service
fi
fi