mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Know thy nvidia
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# omarchy:summary=Detect whether the computer has an NVIDIA GPU.
|
||||
|
||||
lspci | grep -qi 'nvidia' &>/dev/null
|
||||
Reference in New Issue
Block a user