initial commit
This commit is contained in:
5
bin/nomarchy-hw-intel-ptl
Executable file
5
bin/nomarchy-hw-intel-ptl
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Detect whether the computer has an Intel Panther Lake GPU.
|
||||
|
||||
lspci | grep -iE 'vga|3d|display' | grep -qi 'panther lake'
|
||||
Reference in New Issue
Block a user