Skip to content

Commit

Permalink
Merge pull request #183 from redcanaryco/cyberbuff-patch-3
Browse files Browse the repository at this point in the history
Update install-atomicsfolder.ps1
  • Loading branch information
clr2of8 authored Dec 28, 2023
2 parents 05bfb2b + e6610fe commit 0b8938d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install-atomicsfolder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ function Install-AtomicsFolder {
$ms = New-Object IO.MemoryStream
[Net.ServicePointManager]::SecurityProtocol = ([Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls11 -bor [Net.SecurityProtocolType]::Tls12)

Add-Type -AssemblyName System.Net.Http
$httpClient = New-Object System.Net.Http.HttpClient
$httpClient.Timeout = New-Object System.TimeSpan(0, 3, 0)
$response = $httpClient.GetAsync($url).Result
Expand Down

0 comments on commit 0b8938d

Please sign in to comment.