diff --git a/install.sh b/install.sh index 1b47fcb..1916224 100755 --- a/install.sh +++ b/install.sh @@ -91,8 +91,8 @@ fi set +x echo_stage "Installing Windows component of WSL-Hello-sudo..." set -x +chmod +x build/WindowsHelloBridge.exe cp build/WindowsHelloBridge.exe "$PAM_WSL_HELLO_WINPATH/" -chmod +x "$PAM_WSL_HELLO_WINPATH/WindowsHelloBridge.exe" set +x echo_stage "Installing PAM module to the Linux system..."