added line to enable it now

This commit is contained in:
sc-idevops 2024-11-22 21:50:29 -05:00
parent ce7968e934
commit c3da9e3a32

View file

@ -1,4 +1,5 @@
#!/bin/bash
# https://askubuntu.com/a/919096
echo 1 | sudo tee /sys/module/hid_apple/parameters/swap_opt_cmd
echo options hid_apple swap_opt_cmd=1 | sudo tee -a /etc/modprobe.d/hid_apple.conf
sudo update-initramfs -u -k all