[GH-ISSUE #10362] iVentoy - Installer exits complaining about Proxmox Version not supported #2232

Closed
opened 2026-02-26 12:51:44 +03:00 by kerem · 1 comment
Owner

Originally created by @MSchnack76 on GitHub (Dec 27, 2025).
Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10362

Have you read and understood the above guidelines?

yes

🔎 Did you run the script with verbose mode enabled?

Yes, verbose mode was enabled and the output is included below

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

iVentoy

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

bash -cv "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/iventoy.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

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

📝 Provide a clear and concise description of the issue.

When trying to install the script is complaining about PVE Version 8.1 or higher is required, but PVE version 8.4.14 is installed.

🔄 Steps to reproduce the issue.

Followed installation steps described.
Copied
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/iventoy.sh)"
and started the script.

Paste the full error output (if available).

echo -e "Loading..."
Loading...
APP="iVentoy"
var_disk="2"
var_cpu="1"
var_ram="512"
var_os="debian"
var_version="12"
variables
color
catch_errors

function default_settings() {
CT_TYPE="0"
PW=""
CT_ID=$NEXTID
HN=$NSAPP
DISK_SIZE="$var_disk"
CORE_COUNT="$var_cpu"
RAM_SIZE="$var_ram"
BRG="vmbr0"
NET="dhcp"
GATE=""
APT_CACHER=""
APT_CACHER_IP=""
DISABLEIP6="no"
MTU=""
SD=""
NS=""
MAC=""
VLAN=""
SSH="no"
VERB="no"
echo_default
}

function update_script() {
if ! -d /opt/iventoy ; then msg_error "No ${APP} Installation Found!"; exit; fi
msg_error "There is currently no update path available."
exit
}

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

🖼️ Additional context (optional).

No response

Originally created by @MSchnack76 on GitHub (Dec 27, 2025). Original GitHub issue: https://github.com/community-scripts/ProxmoxVE/issues/10362 ### ✅ Have you read and understood the above guidelines? yes ### 🔎 Did you run the script with verbose mode enabled? Yes, verbose mode was enabled and the output is included below ### 📜 What is the name of the script you are using? iVentoy ### 📂 What was the exact command used to execute the script? bash -cv "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/iventoy.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? pve-manager/8.4.14/b502d23c55afcba1 (running kernel: 6.8.12-17-pve) ### 📝 Provide a clear and concise description of the issue. When trying to install the script is complaining about PVE Version 8.1 or higher is required, but PVE version 8.4.14 is installed. ### 🔄 Steps to reproduce the issue. Followed installation steps described. Copied bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/iventoy.sh)" and started the script. ### ❌ Paste the full error output (if available). echo -e "Loading..." Loading... APP="iVentoy" var_disk="2" var_cpu="1" var_ram="512" var_os="debian" var_version="12" variables color catch_errors function default_settings() { CT_TYPE="0" PW="" CT_ID=$NEXTID HN=$NSAPP DISK_SIZE="$var_disk" CORE_COUNT="$var_cpu" RAM_SIZE="$var_ram" BRG="vmbr0" NET="dhcp" GATE="" APT_CACHER="" APT_CACHER_IP="" DISABLEIP6="no" MTU="" SD="" NS="" MAC="" VLAN="" SSH="no" VERB="no" echo_default } function update_script() { if [[ ! -d /opt/iventoy ]]; then msg_error "No ${APP} Installation Found!"; exit; fi msg_error "There is currently no update path available." exit } start ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... ### 🖼️ Additional context (optional). _No response_
kerem 2026-02-26 12:51:44 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (Dec 27, 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.

<!-- gh-comment-id:3693933404 --> @github-actions[bot] commented on GitHub (Dec 27, 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.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2232
No description provided.