From 3d589f60d2e8f5c8588f651c170660d38351fea7 Mon Sep 17 00:00:00 2001 From: Aquiles Viza Date: Tue, 14 Nov 2023 16:35:53 -0300 Subject: [PATCH] Fix to fix: Download flag works --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index 89fb46f..da4197f 100644 --- a/run.ps1 +++ b/run.ps1 @@ -193,7 +193,7 @@ function download-run-bat () { if (!$download) { return } try { - $response = Call "Invoke-WebRequest -URI https://git.1159.cl/Mario1159/osic-stacks/raw/branch/main/run.ps1" + $response = Call "Invoke-WebRequest -URI https://git.1159.cl/Mario1159/osic-stacks/raw/branch/main/run.ps1 -OutFile run.ps1" } catch { $StatusCode = $_.Exception.Response.StatusCode.value__ Write-Host "Error downloading file :( ($($StatusCode))" -ForegroundColor Red