Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
LDVG committed Feb 29, 2024
1 parent b8f92da commit a080669
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions windows/cygwin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@ try {
-OutFile ${Cygwin}\${Setup}.sig
}
Write-Host "XXX"
& $GPG --homedir "${GNUPGHOME}" --list-keys
& $GPG -vvvvv --debug-all --homedir "${GNUPGHOME}" --no-default-keyring `
--keyring "${PSScriptRoot}\cygwin.gpg" `
--list-keys
& $GPG --quiet --no-default-keyring `
& $GPG --homedir "${GNUPGHOME}" --quiet --no-default-keyring `
--keyring "${PSScriptRoot}\cygwin.gpg" `
--verify "${Cygwin}\${Setup}.sig" "${Cygwin}\${Setup}"
if ($LastExitCode -ne 0) {
Expand Down

0 comments on commit a080669

Please sign in to comment.