Add Synaptics to the fingerprint check (#172)
This commit is contained in:
parent
03f7403cdd
commit
6ac1cd4bbe
@ -2,7 +2,7 @@
|
||||
|
||||
yay -S --noconfirm --needed fprintd usbutils
|
||||
|
||||
if ! lsusb | grep -iq fingerprint; then
|
||||
if ! lsusb | grep -Eiq 'fingerprint|synaptics'; then
|
||||
echo -e "\e[31m\nNo fingerprint sensor detected.\e[0m"
|
||||
else
|
||||
# Add fingerprint authentication as an option for sudo
|
||||
|
Loading…
x
Reference in New Issue
Block a user