File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 66
66
[string]
67
67
$DownloadedOAWZipFilePath
68
68
)
69
- $expectedHash = '4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119 '
69
+ $expectedHash = 'F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780 '
70
70
$actualHash = (Get-FileHash -Path $DownloadedOAWZipFilePath).Hash
71
71
Write-Host "Expected hash: $expectedHash"
72
72
if ($expectedHash -eq $actualHash)
@@ -90,7 +90,7 @@ Another way to copy this script to your environment is to use the Test-FileHash
90
90
2 . After you import the Test-FileHash module, verify the hash of the OAW.zip file:
91
91
92
92
``` powershell
93
- Test-FileHash -ExpectedHash "4B5CE0EA6FA12C4A95EBDE4223BEED5B9D98D7D9FC7DA1D5C72D3620725E5119 " -FilePath "<path to the OAW.zip file>"
93
+ Test-FileHash -ExpectedHash "F5172B3A97248826C73A3D7ABC0440CFA1EC3B31CAC6A1BC1100B9E241099780 " -FilePath "<path to the OAW.zip file>"
94
94
```
95
95
96
96
## Check HLH version
You can’t perform that action at this time.
0 commit comments