This commit is contained in:
Michael Verrilli 2026-04-23 01:52:11 -05:00 committed by GitHub
commit be879cb334
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,7 +293,9 @@ check_gpu() {
if check_gpu nvidia-smi; then
status "NVIDIA GPU installed."
exit 0
if ! check_gpu lspci amdgpu && ! check_gpu lshw amdgpu; then
exit 0
fi
fi
if ! check_gpu lspci nvidia && ! check_gpu lshw nvidia && ! check_gpu lspci amdgpu && ! check_gpu lshw amdgpu; then