Compare commits

..

1 Commits

Author SHA1 Message Date
Sam Heinz c1571d3fe1 iventoy fix for arm64 2026-07-02 03:00:51 +10:00
2 changed files with 2 additions and 6 deletions
-4
View File
@@ -502,10 +502,6 @@ Exercise vigilance regarding copycat or coat-tailing sites that seek to exploit
- homarr: fix: update-fail [@CrazyWolf13](https://github.com/CrazyWolf13) ([#15512](https://github.com/community-scripts/ProxmoxVE/pull/15512))
- n8n: pin version to 2.27.5 [@tremor021](https://github.com/tremor021) ([#15516](https://github.com/community-scripts/ProxmoxVE/pull/15516))
- #### ✨ New Features
- [arm64] feat: iventory arm64 support [@asylumexp](https://github.com/asylumexp) ([#15521](https://github.com/community-scripts/ProxmoxVE/pull/15521))
## 2026-06-30
### 🚀 Updated Scripts
+2 -2
View File
@@ -2647,9 +2647,9 @@ check_for_gh_release() {
ensure_dependencies jq
local gh_check_json=""
local gh_check_json
gh_check_json=$(mktemp /tmp/tools-gh-check-XXXXXX) || return 73
trap 'rm -f "${gh_check_json:-}"' RETURN
trap 'rm -f "$gh_check_json"' RETURN
# Build auth header if token is available
local header_args=()