diff --git a/install/config/all.sh b/install/config/all.sh index 580bc6fa..f3b9f4d5 100644 --- a/install/config/all.sh +++ b/install/config/all.sh @@ -43,9 +43,9 @@ run_logged $OMARCHY_INSTALL/config/hardware/intel/fix-ptl-display.sh run_logged $OMARCHY_INSTALL/config/hardware/intel/ptl-audio.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-f13-amd-audio-input.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-bcm43xx.sh -run_logged $OMARCHY_INSTALL/config/hardware/fix-apple-spi-keyboard.sh -run_logged $OMARCHY_INSTALL/config/hardware/fix-apple-suspend-nvme.sh -run_logged $OMARCHY_INSTALL/config/hardware/fix-apple-t2.sh +run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-spi-keyboard.sh +run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-suspend-nvme.sh +run_logged $OMARCHY_INSTALL/config/hardware/apple/fix-t2.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-surface-keyboard.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-asus-rog-audio-mixer.sh run_logged $OMARCHY_INSTALL/config/hardware/fix-asus-rog-mic.sh diff --git a/install/config/hardware/fix-apple-spi-keyboard.sh b/install/config/hardware/apple/fix-spi-keyboard.sh similarity index 100% rename from install/config/hardware/fix-apple-spi-keyboard.sh rename to install/config/hardware/apple/fix-spi-keyboard.sh diff --git a/install/config/hardware/fix-apple-suspend-nvme.sh b/install/config/hardware/apple/fix-suspend-nvme.sh similarity index 100% rename from install/config/hardware/fix-apple-suspend-nvme.sh rename to install/config/hardware/apple/fix-suspend-nvme.sh diff --git a/install/config/hardware/fix-apple-t2.sh b/install/config/hardware/apple/fix-t2.sh similarity index 100% rename from install/config/hardware/fix-apple-t2.sh rename to install/config/hardware/apple/fix-t2.sh diff --git a/migrations/1759913695.sh b/migrations/1759913695.sh index 8ce4ad13..9b7ddc1b 100644 --- a/migrations/1759913695.sh +++ b/migrations/1759913695.sh @@ -1,3 +1,3 @@ echo "Fix NVMe suspend issues on MacBook models" -bash $OMARCHY_PATH/install/config/hardware/fix-apple-suspend-nvme.sh +bash $OMARCHY_PATH/install/config/hardware/apple/fix-suspend-nvme.sh