Compare commits

...

2 Commits

Author SHA1 Message Date
CanbiZ
91108a5db7 Merge branch 'main' of https://github.com/community-scripts/ProxmoxVED 2025-07-24 13:03:48 +02:00
CanbiZ
3118770bfa Update tools.func 2025-07-24 13:03:47 +02:00

View File

@ -886,7 +886,7 @@ function fetch_and_deploy_gh_release() {
local arch
arch=$(dpkg --print-architecture 2>/dev/null || uname -m)
[[ "$arch" == "x86_64" ]] && arch="amd64"
[[ "$arch" == "aarch64" ]] && arch="arm64"
#[[ "$arch" == "aarch64" ]] && arch="arm64"
local assets url_match=""
assets=$(echo "$json" | jq -r '.assets[].browser_download_url')