Skip to content

Commit

Permalink
stop
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed May 27, 2024
1 parent 6dd8087 commit 42c81dd
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function global:au_GetLatest {
$Headers = @{
"referer"=$releases
}
Invoke-WebRequest -Uri $url32 -OutFile "tools/setup.exe" -UserAgent $userAgent -Headers $Headers
Invoke-WebRequest -Uri $url32 -OutFile "tools/setup.exe" -Headers $Headers
$checksum = (Get-FileHash -Path "tools/setup.exe" -Algorithm $env:ChocolateyChecksumType).Hash
$checksumType = $env:ChocolateyChecksumType

Expand Down

0 comments on commit 42c81dd

Please sign in to comment.