Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
486741a51e Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-06-02 14:04:26 +02:00
CanbiZ
93eb83ff31 Update tools.func 2025-06-02 14:04:25 +02:00

View File

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