build.func fails with latest proxmox version 8.4.14. #1709

Closed
opened 2026-02-05 02:02:31 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @rolandsteinmeyer on GitHub (Oct 2, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

zigbee2mqtt

📂 What was the exact command used to execute the script?

bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-zigbee2mqtt.sh)"bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zigbee2mqtt.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Alpine

📈 Which Proxmox version are you on?

pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-15-pve)

📝 Provide a clear and concise description of the issue.

Script aborts with
✗ This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.

even when I am on 8.4.14.
build.func has


if [[ "$PVE_VER" =~ ^8\.([0-9]+) ]]; then
    local MINOR="${BASH_REMATCH[1]}"
    if ((MINOR < 0 || MINOR > 9)); then
        ...
        exit 1
    fi
    return 0
fi

which might not handle the .14 part properly

🔄 Steps to reproduce the issue.

run script on pve 8.4.14

Paste the full error output (if available).

This version of Proxmox Virtual Environment is not supported
Requires Proxmox Virtual Environment Version 8.1 or later.

🖼️ Additional context (optional).

No response

Originally created by @rolandsteinmeyer on GitHub (Oct 2, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? zigbee2mqtt ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-zigbee2mqtt.sh)"bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/zigbee2mqtt.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Alpine ### 📈 Which Proxmox version are you on? pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-15-pve) ### 📝 Provide a clear and concise description of the issue. Script aborts with _✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later._ even when I am on 8.4.14. build.func has ``` if [[ "$PVE_VER" =~ ^8\.([0-9]+) ]]; then local MINOR="${BASH_REMATCH[1]}" if ((MINOR < 0 || MINOR > 9)); then ... exit 1 fi return 0 fi ``` which might not handle the .14 part properly ### 🔄 Steps to reproduce the issue. run script on pve 8.4.14 ### ❌ Paste the full error output (if available). This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bugnot planned labels 2026-02-05 02:02:31 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Oct 2, 2025):

Hello, it looks like you are referencing the old tteck repo.

This repository is no longer used for active scripts.
Please update your bookmarks and use: https://helper-scripts.com

Also make sure your Bash command starts with:

bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...)

This issue is being closed automatically.

@github-actions[bot] commented on GitHub (Oct 2, 2025): Hello, it looks like you are referencing the **old tteck repo**. This repository is no longer used for active scripts. **Please update your bookmarks** and use: [https://helper-scripts.com](https://helper-scripts.com) Also make sure your Bash command starts with: ```bash bash <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/...) ``` This issue is being closed automatically.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1709