Add Synaptics to the fingerprint check (#172)

This commit is contained in:
Dean Perry
2025-07-14 18:39:22 +01:00
committed by GitHub
parent 03f7403cdd
commit 6ac1cd4bbe

View File

@ -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