sanity test

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

View file

@ -3,9 +3,13 @@
## Copyright (C) 2025 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
set -e
export LC_ALL='C'
## Package 'pciutils' provides tool 'lspci'.
command -v lspci &>/dev/null
if lspci | grep --quiet '^[^ ]* USB controller: '; then
exit 0
fi