diff --git a/install_windows.ps1 b/install_windows.ps1 index ef99a3f..bb100f0 100644 --- a/install_windows.ps1 +++ b/install_windows.ps1 @@ -117,7 +117,7 @@ function ProcessUrlFiles } Write-Host "Downloading $fileName from $url$conditional..." -ForegroundColor Cyan - curl -LO $url + Invoke-RestMethod $url -OutFile $fileName$extension $tmpDestination = "$tmpApp\$fileName$extension" # Copy only if destination is provided