Only run if not already configured
This commit is contained in:
parent
bdfab2c305
commit
5c1d8cc2b3
@ -1,2 +1,4 @@
|
||||
if [[ ! -f /etc/modprobe.d/hid_apple.conf ]]; do
|
||||
echo "options hid_apple fnmode=2" | sudo tee /etc/modprobe.d/hid_apple.conf
|
||||
sudo mkinitcpio -P
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user