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