linux_zen: use extraPassthru.updateScript

This commit is contained in:
eljamm
2025-05-31 06:39:27 +02:00
parent d19f6eaf6f
commit d0851295e9
@@ -145,7 +145,7 @@ let
UCLAMP_TASK_GROUP = mkKernelOverride (option no);
};
passthru.updateScript = [
extraPassthru.updateScript = [
./update-zen.py
(if isLqx then "lqx" else "zen")
];