Red means no!

This commit is contained in:
David Heinemeier Hansson
2025-07-09 17:47:54 -07:00
parent c567dbffaa
commit 4f77e71d2c

View File

@ -3,7 +3,7 @@
yay -S --noconfirm --needed fprintd libfprint lsusb yay -S --noconfirm --needed fprintd libfprint lsusb
if ! lsusb | grep -iq fingerprint; then if ! lsusb | grep -iq fingerprint; then
echo "No fingerprint sensor detected." echo -e "\e[31m\nNo fingerprint sensor detected.\e[0m"
else else
# Add fingerprint authentication as an option for sudo # Add fingerprint authentication as an option for sudo
if ! grep -q pam_fprintd.so /etc/pam.d/sudo; then if ! grep -q pam_fprintd.so /etc/pam.d/sudo; then