nullpo-head / WSL-Hello-sudo

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.
MIT License
1.22k stars 46 forks source link

Make Install Script Architecture-agnostic #51

Open ElectricalBoy opened 1 year ago

ElectricalBoy commented 1 year ago

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.

Improves experience on Windows on ARM (WoA).