Move apple fixes into their own subdirectory too

This commit is contained in:
David Heinemeier Hansson
2026-03-24 20:40:43 +01:00
parent c4c55b5c33
commit e8623fbbf6
5 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -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