Fix compatibility with Framework 16 sensor

Closes #181
Co-authored-by: @anagrius
This commit is contained in:
David Heinemeier Hansson
2025-07-15 17:17:11 -07:00
parent e5e981507f
commit 5daa30a629

View File

@ -2,7 +2,7 @@
yay -S --noconfirm --needed fprintd usbutils
if ! lsusb | grep -Eiq 'fingerprint|synaptics'; then
if ! lsusb | grep -Eiq 'fingerprint|synaptics|goodix'; then
echo -e "\e[31m\nNo fingerprint sensor detected.\e[0m"
else
# Add fingerprint authentication as an option for sudo