recipe: Extend nvidia check

this makes the condition returns True for non vga devices too
main
Mirko Brombin 2 years ago
parent 577e8a0e61
commit c6f56b1036

@ -124,7 +124,7 @@
"nvidia": {
"template": "yes-no",
"display-conditions": [
"lspci | grep -i '.* vga .* nvidia .*'"
"lspci | grep -i '.* nvidia .*'"
],
"icon": "video-display-symbolic",
"title": "NVIDIA® Drivers",

Loading…
Cancel
Save