From 1e5601bb334f9a471cdbe90a98c0a6d5486408a0 Mon Sep 17 00:00:00 2001 From: Aquiles Viza Date: Tue, 14 Nov 2023 16:31:12 -0300 Subject: [PATCH] Fixed run.ps1 download option --- run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.ps1 b/run.ps1 index 2e7b79e..89fb46f 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/src/branch/main/run.ps1" + $response = Call "Invoke-WebRequest -URI https://git.1159.cl/Mario1159/osic-stacks/raw/branch/main/run.ps1" } catch { $StatusCode = $_.Exception.Response.StatusCode.value__ Write-Host "Error downloading file :( ($($StatusCode))" -ForegroundColor Red