4 lines
119 B
Bash
4 lines
119 B
Bash
|
#!/bin/sh
|
||
|
echo options hid_apple fnmode=2 | sudo tee -a /etc/modprobe.d/hid_apple.conf
|
||
|
sudo update-initramfs -u -k all
|