From 49c7b455722d9f60a4f2cac0628507395d1c8ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Petrovi=C4=87?= Date: Wed, 25 Mar 2026 20:29:41 +0100 Subject: [PATCH] Fix: typo in migration 1774366575 (#5116) * Fix typo in migration 1774366575: lmp.sh -> lpmd.sh * Fix additional lmp.sh -> lpmd.sh reference in all.sh --- migrations/1774366575.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrations/1774366575.sh b/migrations/1774366575.sh index 5332b7fe..e3ea5551 100644 --- a/migrations/1774366575.sh +++ b/migrations/1774366575.sh @@ -1,3 +1,3 @@ echo "Install Intel Low Power Mode for Intel CPUs" -source "$OMARCHY_PATH/install/config/hardware/intel/lmp.sh" +source "$OMARCHY_PATH/install/config/hardware/intel/lpmd.sh"