From 93eb83ff31fa0fbd9b604b2fba4a1249dedb0de0 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 2 Jun 2025 14:04:25 +0200 Subject: [PATCH] Update tools.func --- misc/tools.func | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/tools.func b/misc/tools.func index 5340bd66..e7f4617b 100644 --- a/misc/tools.func +++ b/misc/tools.func @@ -719,6 +719,7 @@ fetch_and_deploy_gh_release() { local app=$(echo "${raw_app,,}" | tr -d ' ') local arch arch=$(dpkg --print-architecture 2>/dev/null || echo "amd64") + local curl_timeout="--connect-timeout 10 --max-time 30" VERSION="${VERSION:-}" BUILD_SOURCE="${BUILD_SOURCE:-1}"