Install `nvidia-ngx-updater` on driver versions ≥ 455 (#33)

It's also present on 460 branch, so let's assume it's there to stay.
pull/39/head
Krzysztof Bogacki 3 years ago committed by GitHub
parent 9b7d9b0c0d
commit 08cf960a04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1101,7 +1101,7 @@ nvidia-utils-tkg() {
else
install -D -m755 "libnvidia-ngx.so.${pkgver}" "${pkgdir}/usr/lib/libnvidia-ngx.so.${pkgver}"
fi
if [[ $pkgver = 455* ]]; then
if (( ${pkgver%%.*} >= 455 )); then
install -D -m755 nvidia-ngx-updater "${pkgdir}/usr/bin/nvidia-ngx-updater"
fi

Loading…
Cancel
Save