mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-11-25 11:46:23 -05:00
comments
This commit is contained in:
parent
1e48886c7e
commit
1267960842
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue