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 41801c1 commit 469dee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions windows/cygwin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ try {
Invoke-WebRequest ${URL}/${Setup}.sig `
-OutFile ${Cygwin}\${Setup}.sig
}
& $GPG --options $GpgHome --debug-all --list-keys
& $GPG --options $GpgHome --debug-all --quiet --no-default-keyring `
& $GPG --homedir $GpgHome --debug-all --list-keys
& $GPG --homedir $GpgHome --debug-all --quiet --no-default-keyring `
--keyring ${PSScriptRoot}/cygwin.gpg `
--verify ${Cygwin}\${Setup}.sig ${Cygwin}\${Setup}
if ($LastExitCode -ne 0) {
Expand Down

0 comments on commit 469dee6

Please sign in to comment.