File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $tarFile = $packageName + "Install"
12
12
$tarPath = Join-Path $tmpPath $tarFile
13
13
$tmpFile = Join-Path $binRoot ($tarFile + " ~" )
14
14
15
- Get-ChocolateyWebFile - PackageName $packageName - FileFullPath $tarPath - Url $url - ChecksumType 26de56a7e72ef8b88d096f7a1f5a918a478f4436dd7628b35577bd31121adb0f sha256 - Checksum - Url64bit $url64 - ChecksumType64 sha256 - Checksum64 0f19afb19ae209cd632205c6821dde9c1991ef4e0ee9bca35d2d7a0e61c2b377
15
+ Get-ChocolateyWebFile - PackageName $packageName - FileFullPath $tarPath - Url $url - ChecksumType sha256 - Checksum 26de56a7e72ef8b88d096f7a1f5a918a478f4436dd7628b35577bd31121adb0f - Url64bit $url64 - ChecksumType64 sha256 - Checksum64 0f19afb19ae209cd632205c6821dde9c1991ef4e0ee9bca35d2d7a0e61c2b377
16
16
Get-ChocolateyUnzip - fileFullPath $tarPath - destination $binRoot
17
17
Get-ChocolateyUnzip - fileFullPath $tmpFile - destination $binRoot
18
18
rm $tmpFile # Clean up temporary file
You can’t perform that action at this time.
0 commit comments