From 1013d2902de3d87645c74fe8c49c79470e731cd7 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Wed, 28 Feb 2024 16:25:41 +0100 Subject: [PATCH] xxx --- windows/cygwin.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/cygwin.ps1 b/windows/cygwin.ps1 index b8e3057d..21c1f965 100755 --- a/windows/cygwin.ps1 +++ b/windows/cygwin.ps1 @@ -52,7 +52,7 @@ try { & $GPG --version Write-Host "Listing keys in ${PSScriptRoot}\cygwin.gpg" Get-ChildItem -Force "${PSScriptRoot}\cygwin.gpg" - & $GPG --quiet --no-default-keyring ` + & $GPG --debug-all --no-default-keyring ` --keyring ${PSScriptRoot}\cygwin.gpg ` --list-keys Write-Host "... ok?"