mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 20:29:24 +00:00
username needs to be set for fprointd-enroll
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
yay -S --noconfirm --needed fprint
|
yay -S --noconfirm --needed fprint
|
||||||
|
|
||||||
echo -e "\e[32m\nLet's setup your right index finger as the first fingerprint.\nKeep moving the finger around on sensor until the process completes.\n\e[0m"
|
echo -e "\e[32m\nLet's setup your right index finger as the first fingerprint.\nKeep moving the finger around on sensor until the process completes.\n\e[0m"
|
||||||
sudo fprintd-enroll
|
sudo fprintd-enroll `whoami`
|
||||||
|
|
||||||
echo -e "\e[32m\nNow let's verify that it's working correctly.\e[0m\n"
|
echo -e "\e[32m\nNow let's verify that it's working correctly.\e[0m\n"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user