diff --git a/install/config/all.sh b/install/config/all.sh index 7d4b520f..a5dc5cf3 100644 --- a/install/config/all.sh +++ b/install/config/all.sh @@ -39,4 +39,4 @@ 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 run_logged $OMARCHY_INSTALL/config/hardware/fix-yt6801-ethernet-adapter.sh -run_logged $OMARCHY_INSTALL/config/hardware/synaptic-touchpad.sh +run_logged $OMARCHY_INSTALL/config/hardware/fix-synaptic-touchpad.sh diff --git a/install/config/hardware/synaptic-touchpad.sh b/install/config/hardware/fix-synaptic-touchpad.sh similarity index 100% rename from install/config/hardware/synaptic-touchpad.sh rename to install/config/hardware/fix-synaptic-touchpad.sh