From f0d9fea3f4d829ee7b55659835577eb88b7ce522 Mon Sep 17 00:00:00 2001 From: Ludvig Michaelsson Date: Thu, 29 Feb 2024 08:56:14 +0100 Subject: [PATCH] xxx --- windows/cygwin.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/cygwin.ps1 b/windows/cygwin.ps1 index 0681830a..74ae2932 100755 --- a/windows/cygwin.ps1 +++ b/windows/cygwin.ps1 @@ -48,8 +48,8 @@ try { Invoke-WebRequest ${URL}/${Setup}.sig ` -OutFile ${Cygwin}\${Setup}.sig } - & $GPG --list-keys - & $GPG --quiet --no-default-keyring ` + & $GPG --debug-all --list-keys + & $GPG --debug-all --quiet --no-default-keyring ` --keyring ${PSScriptRoot}/cygwin.gpg ` --verify ${Cygwin}\${Setup}.sig ${Cygwin}\${Setup} if ($LastExitCode -ne 0) {