You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installation doesn't work now.
i've fixed it for me by adding [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
before 44 line Invoke-WebRequest -Uri $Url -OutFile $tempFilePath -Verbose:$false
The text was updated successfully, but these errors were encountered:
installation doesn't work now.
i've fixed it for me by adding
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
before 44 line
Invoke-WebRequest -Uri $Url -OutFile $tempFilePath -Verbose:$false
The text was updated successfully, but these errors were encountered: