Unverified Commit 54fa77fa authored by DaniAndTheWeb's avatar DaniAndTheWeb Committed by GitHub
Browse files

Fix detection script on macos

This fixes the script on macos
parent a407c9f0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ def check_gpu():
                return "NVIDIA"
            else:
                return "Unknown"
        else:
                return "Unknown"
    else:
        # If the `lspci` command is available, use it to get the GPU vendor and model information
        output = os.popen("lspci | grep -i vga").read()