From 60c771784e334207b7d92d66a484a6c7fd83252f Mon Sep 17 00:00:00 2001 From: Windneiro Date: Tue, 14 Apr 2026 09:31:01 +0500 Subject: [PATCH] .. --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index 3fbb8f1..ea69045 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -4,7 +4,7 @@ # ============================================================ $repo = "https://git.help-d.ru/helmut/auto-turning/raw/branch/main" -$repoApi = "https://git.help-d.ru/api/v1/repos/helmut/auto-turning/tree/main/installers" +$repoApi = "https://git.help-d.ru/api/v1/repos/helmut/auto-turning/contents/installers" $temp = "$env:TEMP\win_setup" # ============================================================