Fix package name for lsusb

This commit is contained in:
David Heinemeier Hansson
2025-07-09 17:53:04 -07:00
parent 041abe8c2e
commit 96769b4d6a

View File

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