Skip to content

Commit

Permalink
Update install-atomicsfolder.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberbuff authored Dec 28, 2023
1 parent 05bfb2b commit 14cebd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install-atomicsfolder.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ function Install-AtomicsFolder {
# read github zip archive into memory
$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 14cebd4

Please sign in to comment.