dkms for hid-fanatecff
Requirements:
To use the current script, these commands have to be installed: git
, dkms
and evdev-joystick
For Ubuntu:
sudo apt install git dkms joystick
For Fedora:
sudo dnf install git kernel-devel dkms linuxconsoletools
Initialization:
git clone --recurse-submodules https://github.com/sigonze/hid-fanatecff-dkms.git
Install:
cd hid-fanatecff-dkms
sudo ./hid-fanatecff-dkms.sh install
Uninstall:
cd hid-fanatecff-dkms
sudo ./hid-fanatecff-dkms.sh remove
Update:
cd hid-fanatecff-dkms
sudo ./hid-fanatecff-dkms.sh remove
git pull --recurse-submodules
sudo ./hid-fanatecff-dkms.sh install
- Better version support
- Update procedure to be simplified?