This version of Proxmox Virtual Environment is not supported #982

Closed
opened 2025-11-20 04:57:35 -05:00 by saavagebueno · 1 comment
Owner

Originally created by @duke009 on GitHub (Apr 26, 2025).

Have you read and understood the above guidelines?

Yes

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

Docker

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

I was trying to install docker on Proxmox Virtual Environment 8.4.1 and the script failed in version check

🔄 Steps to reproduce the issue.

step 1 run script in proxmox cli
error occur

Paste the full error output (if available).

____             __            

/ __ ____ / / __ _____
/ / / / __ / / /// _ / /
/ /
/ / /
/ / /
/ ,< / / /
/
/_
/_//||__/_/

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

🖼️ Additional context (optional).

Either the error msg or code is incorrect:
Requires Proxmox Virtual Environment Version 8.1 or later.
but in code the check is [1-3]
https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func

Image

Originally created by @duke009 on GitHub (Apr 26, 2025). ### ✅ Have you read and understood the above guidelines? Yes ### 📜 What is the name of the script you are using? Docker ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/docker.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. I was trying to install docker on Proxmox Virtual Environment 8.4.1 and the script failed in version check ### 🔄 Steps to reproduce the issue. step 1 run script in proxmox cli error occur ### ❌ Paste the full error output (if available). ____ __ / __ \____ _____/ /_ __ _____ / / / / __ \/ ___/ //_/ _ \/ ___/ / /_/ / /_/ / /__/ ,< / __/ / /_____/\____/\___/_/|_|\___/_/ Loading... ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... ### 🖼️ Additional context (optional). Either the error msg or code is incorrect: Requires Proxmox Virtual Environment Version 8.1 or **later**. but in code the check is [1-3] https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func ![Image](https://github.com/user-attachments/assets/cf6495d6-1f36-4706-8f14-0b9ce24bc443)
saavagebueno added the bugnot planned labels 2025-11-20 04:57:35 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Apr 26, 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 (Apr 26, 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: SVI/ProxmoxVE#982