From 8e4cbf16797634b0eb58c62a38fa0efdc2fd00e6 Mon Sep 17 00:00:00 2001 From: manum45 Date: Sat, 22 Aug 2026 18:16:40 +0200 Subject: [PATCH 1/2] Update README.md for Fedora Atomic Desktops --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55bcf5f..9931696 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ After installing the Flatpak package, permission files have to be installed manu Copy the contents of [https://github.com/berarma/oversteer/tree/master/data/udev](https://github.com/berarma/oversteer/tree/master/data/udev) -into `/usr/lib/udev/rules.d`. +into `/usr/lib/udev/rules.d` (for Fedora Atomic Desktops: `/etc/udev/rules.d`). If you're using the terminal, these commands will install the permission files: @@ -144,6 +144,7 @@ sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/9 sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-logitech-wheel-perms.rules -P /usr/lib/udev/rules.d/ sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-thrustmaster-wheel-perms.rules -P /usr/lib/udev/rules.d/ ``` +Note: for Atomic Desktops adapt the destination path accordingly. Restart your computer, or reload udev rules with command: From 608401a0d1ef7abe1ccc1c7a0a269d890f139815 Mon Sep 17 00:00:00 2001 From: manum45 Date: Sat, 22 Aug 2026 18:37:15 +0200 Subject: [PATCH 2/2] Update README.md: update udev path for all distros --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9931696..4cc2313 100644 --- a/README.md +++ b/README.md @@ -135,16 +135,15 @@ After installing the Flatpak package, permission files have to be installed manu Copy the contents of [https://github.com/berarma/oversteer/tree/master/data/udev](https://github.com/berarma/oversteer/tree/master/data/udev) -into `/usr/lib/udev/rules.d` (for Fedora Atomic Desktops: `/etc/udev/rules.d`). +into `/etc/udev/rules.d`. If you're using the terminal, these commands will install the permission files: ``` -sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-fanatec-wheel-perms.rules -P /usr/lib/udev/rules.d/ -sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-logitech-wheel-perms.rules -P /usr/lib/udev/rules.d/ -sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-thrustmaster-wheel-perms.rules -P /usr/lib/udev/rules.d/ +sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-fanatec-wheel-perms.rules -P /etc/udev/rules.d/ +sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-logitech-wheel-perms.rules -P /etc/udev/rules.d/ +sudo wget https://github.com/berarma/oversteer/raw/refs/heads/master/data/udev/99-thrustmaster-wheel-perms.rules -P /etc/udev/rules.d/ ``` -Note: for Atomic Desktops adapt the destination path accordingly. Restart your computer, or reload udev rules with command: