From 42963368c097fbe69e5774f9a08738ee61147501 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 26 Jul 2025 15:43:29 -0400 Subject: [PATCH] Reference correct file --- install/config/fix-fkeys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/config/fix-fkeys.sh b/install/config/fix-fkeys.sh index 54a76cf..1ae71c5 100644 --- a/install/config/fix-fkeys.sh +++ b/install/config/fix-fkeys.sh @@ -3,6 +3,6 @@ if [[ ! -f /etc/modprobe.d/hid_apple.conf ]]; then echo "options hid_apple fnmode=2" | sudo tee /etc/modprobe.d/hid_apple.conf - # Rely on install/plymouth.sh to do the rebuild + # Rely on install/login.sh to do the rebuild # sudo mkinitcpio -P fi