From d73343b8d5e6c7ba3093066dbe4a4f5b47338640 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Wed, 28 Feb 2024 16:35:10 +0100 Subject: [PATCH] xxx --- windows/cygwin.ps1 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/windows/cygwin.ps1 b/windows/cygwin.ps1 index b1bc6e77..305922cd 100755 --- a/windows/cygwin.ps1 +++ b/windows/cygwin.ps1 @@ -52,12 +52,9 @@ try { & $GPG --version Write-Host "Listing keys in ${PSScriptRoot}\cygwin.gpg" Get-ChildItem -Force "${PSScriptRoot}\cygwin.gpg" - & $GPG --debug-all --no-default-keyring ` + & $GPG -vvvvv --debug-all --no-default-keyring ` --keyring "${PSScriptRoot}\cygwin.gpg" ` --list-keys - & $GPG --debug-all --no-default-keyring ` - --keyring "/d/a/libfido2/windows/cygwin.gpg" ` - --list-keys Write-Host "... ok?" & $GPG --quiet --no-default-keyring ` --keyring "${PSScriptRoot}\cygwin.gpg" `