From 601a0e2ac89237ec518fe285df1a806c540070a9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 9 Jul 2025 18:21:01 -0700 Subject: [PATCH] Already included as a dependency of fprintd --- bin/omarchy-fingerprint-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-fingerprint-setup b/bin/omarchy-fingerprint-setup index 21090c9..dd71aaa 100755 --- a/bin/omarchy-fingerprint-setup +++ b/bin/omarchy-fingerprint-setup @@ -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"