Commit Graph

4 Commits

Author SHA1 Message Date
3aa8c19b6e fix(detect): Correctly assign gpu_info before use
The script attempted to perform driver selection by echoing the
`$gpu_info` variable, but the variable had not yet been populated
with the output from the `lspci` command.

This resulted in the `if` condition always failing and the driver package
incorrectly defaulting to `nvidia-dkms` for all hardware.

This commit moves the `gpu_info` assignment to before it is
referenced, ensuring the detection and selection logic works as intended.
2025-07-06 15:19:47 +03:00
863a1b0b3e Fix nvidia check 2025-07-02 16:21:52 -07:00
e8c9a5ad49 remove defensive code 2025-07-01 21:52:49 +02:00
188d1c331a requested changes 2025-06-30 20:45:17 +02:00