device-flasher/documentation: Fedora package android-tools does not install udev-rules

Basic info

OS: Fedora Linux 40

Brief description of the issue

When trying to install CalyxOS using the device-flasher on Fedora Linux, things don't work properly due to missing udev-rules.

Steps to reproduce

  1. Use Fedora Linux
  2. Try to install Calyx using the device-flasher, following documentation which tells to install android-tools.

Expected result

Installation works, no issues

Actual result

Issues like getting stuck on the "bootloader unlocking" step, etc.

Workaround

Manually install udev-rules, I have some info on this on a GitHub gist. (it mostly leads you to another repo, with the note of the automatic installer not working)

Or, run the flasher as sudo.

chmod +x device-flasher.linux
sudo ./device-flasher.linux

Any other info

I'm not certain in my wording (I'm not sure exactly what udev-rules are, to be honest) as I'm somewhat new to Linux

Edited by LucasMZ