diff options
author | Giuseppe Ghibò <ghibo@mageia.org> | 2024-12-24 14:42:59 +0100 |
---|---|---|
committer | Giuseppe Ghibò <ghibo@mageia.org> | 2024-12-24 14:42:59 +0100 |
commit | 1f705b46a5848eb99a28e540a5c63cb30d31785d (patch) | |
tree | ad457706baa90c8cf365cd2769800e4261199e01 /convert | |
parent | f3d01f7222b1e4b276149aeda215dd95582998a7 (diff) | |
download | ldetect-lst-master.tar ldetect-lst-master.tar.gz ldetect-lst-master.tar.bz2 ldetect-lst-master.tar.xz ldetect-lst-master.zip |
Diffstat (limited to 'convert')
-rwxr-xr-x | convert/extract-nvidia-pcitable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/convert/extract-nvidia-pcitable.sh b/convert/extract-nvidia-pcitable.sh index 2f49bfa1..d8098290 100755 --- a/convert/extract-nvidia-pcitable.sh +++ b/convert/extract-nvidia-pcitable.sh @@ -25,7 +25,7 @@ # # Note that drivers nvidia470.xx and beyond are 64-bit only. nvidia470_ver=470.256.02 -nvidiacur_ver=550.90.07 +nvidiacur_ver=550.142 GET=aria2c GETOPT="-c" |