We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1022734 commit a51011fCopy full SHA for a51011f
bin/omarchy-setup-fingerprint
@@ -20,7 +20,7 @@ print_info() {
20
}
21
22
check_fingerprint_hardware() {
23
- if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan|validity'; then
+ if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix|elan|validity|FPC'; then
24
print_error "\nNo fingerprint sensor detected."
25
return 1
26
fi
0 commit comments