This commit is contained in:
Patrick Schleizer 2025-11-08 01:32:45 -05:00
parent 1e48886c7e
commit 1267960842
No known key found for this signature in database
GPG key ID: CB8D50BB77BB3C48

View file

@ -5,7 +5,9 @@
export LC_ALL='C' export LC_ALL='C'
## Package 'pciutils' provides tool 'lspci'.
if lspci | grep --quiet '^[^ ]* USB controller: '; then if lspci | grep --quiet '^[^ ]* USB controller: '; then
exit 0 exit 0
fi fi
exit 1 exit 1