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 738a44a commit 1ff6e56
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 @@ -48,8 +48,8 @@ try {
Invoke-WebRequest ${URL}/${Setup}.sig `
-OutFile ${Cygwin}\${Setup}.sig
}
gpg-disable-keyboxd
& $GPG -vvvvv --debug-all --no-default-keyring `
Write-Host "XXX"
& $GPG -vvvvv --debug-all --options "${PSScriptRoot}\gpg.conf" --no-default-keyring `
--keyring "${PSScriptRoot}\cygwin.gpg" `
--list-keys
& $GPG --quiet --no-default-keyring `
Expand Down

0 comments on commit 1ff6e56

Please sign in to comment.