Group all intel specifics in subdirectory

This commit is contained in:
David Heinemeier Hansson
2026-03-24 20:39:01 +01:00
parent e2c8bb67cc
commit c4c55b5c33
9 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
echo "Enable thermald for Intel Sandy Bridge and newer laptops"
source "$OMARCHY_PATH/install/config/hardware/intel-thermald.sh"
source "$OMARCHY_PATH/install/config/hardware/intel/thermald.sh"
+1 -1
View File
@@ -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/lmp.sh"