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}"