Skip to content

Commit eb87b9a

Browse files
remove macro child process kill
let ASR rules handle
1 parent 4d24ce7 commit eb87b9a

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

install.ps1

+2-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ $net46InstallerURL='https://download.microsoft.com/download/C/3/A/C3A5200B-D33C-
3333
# System.Net.WebClient will fail to download if remote site has TLS1.2
3434
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
3535

36-
$OPENEDR_SHA256_HASH='FE4A2E8483B561493192B4031F3B6B979852C8824B96C873E0E34511D5762A47'
36+
$OPENEDR_SHA256_HASH='847595B1F8D075D881466BE4D1F108AC6B171E60877E058B06DD639CE799C388'
3737
$NET46_SHA256_HASH='B21D33135E67E3486B154B11F7961D8E1CFD7A603267FB60FEBB4A6FEAB5CF87'
3838

3939
# clear any previously downloaded installer.zip
@@ -348,5 +348,6 @@ Write-Output "FreeEDR installation completed, you may close this session!"
348348

349349

350350

351+
351352

352353

installer.zip

-13 Bytes
Binary file not shown.

setup.msi

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)