Let's sudo by face recognition of Windows Hello on Windows Subsystem for Linux (WSL). It runs on both WSL 1 and WSL 2. This is a PAM module for Linux on WSL.
The current install.sh script uses hardcoded x86_64 for pam module directory. This PR changes the script to automatically update the path based on the system architecture.
The current
install.sh
script uses hardcodedx86_64
for pam module directory. This PR changes the script to automatically update the path based on the system architecture.Improves experience on Windows on ARM (WoA).