Already included as a dependency of fprintd

This commit is contained in:
David Heinemeier Hansson
2025-07-09 18:21:01 -07:00
parent 5d2aa7773e
commit 601a0e2ac8

View File

@ -1,6 +1,6 @@
#!/bin/bash
yay -S --noconfirm --needed fprintd libfprint usbutils
yay -S --noconfirm --needed fprintd usbutils
if ! lsusb | grep -iq fingerprint; then
echo -e "\e[31m\nNo fingerprint sensor detected.\e[0m"