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