chore(kmod-nvidia): Track c10s instead

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-05-02 16:22:59 -05:00
committed by GitHub
parent 1f3fbfcc8f
commit 3510aa82b6
+1 -1
View File
@@ -3,7 +3,7 @@ import "andax/nvidia.rhai" as nvidia;
rpm.version(nvidia::nvidia_driver_version());
// Rebuild the package whenever the Alma kernel updates
let rawfile = get(`https://git.almalinux.org/rpms/kernel/raw/branch/a10s/kernel.spec`);
let rawfile = get(`https://git.almalinux.org/rpms/kernel/raw/branch/c10s/kernel.spec`);
let kv = find("specrpmversion ([\\d.]+)", rawfile, 1);
let kr = find("specrelease ([\\d.]+)", rawfile, 1);
open_file("anda/system/nvidia/kmod-nvidia/KERNEL_VERSION.txt", "w").write(kv);