``` wget https://mirror.rackspace.com/elrepo/testing/el9/SRPMS/kmod-r8125-9.016.00-1.el9_6.elrepo.src.rpm rpm2cpio kmod-r8125-9.016.00-1.el9_6.elrepo.src.rpm | cpio -idmv wget https://github.com/awesometic/realtek-r8125-dkms/archive/refs/tags/9.016.01-1.tar.gz tar -xf 9.016.01-1.tar.gz cd realtek-r8125-dkms-9.016.01-1/src patch < ../../ELRepo-r8125.patch cd .. ./dkms-install.sh dkms status ``` This was tested on **Rocky 9.5**. Is there any possibility to include something like the **ELRepo-r8125.patch** in **dkms-install.sh**? Thank you.