mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
Red means no!
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user