@ich777 It looks like unraid 6.9.2 updated the linux kernel to 5.10.28 and since you do not have a realease for that on your github at https://github.com/ich777/unraid-plugins-repo/releases then when you install the plugin you get:
---------------Can't download libreelec-DVB-Driver-Package-----------------
Since it does
KERNEL_V="$(uname -r)"
in the install script to find the download URL to use.
Can you make a new release for the new kernel?
Thanks!