CasaOS LXC - function checks the version of Proxmox has an error #923

Closed
opened 2026-02-04 22:13:51 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @DarioX7 on GitHub (May 8, 2025).

Have you read and understood the above guidelines?

yes

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

CasaOS LXC

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

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

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Ubuntu 24.10

📝 Provide a clear and concise description of the issue.


/ / __________ / __ / /
/ / / __ / ___/ __ / / / /_
\
/ /
/ /
/ (__ ) // / // // /
_
/_,//_,/_//___/

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

root@proxmox:~# pveversion
pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-9-pve)

🔄 Steps to reproduce the issue.

Have Proxmox Virtual Environment (PVE) version above 8.4.x

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).

The error is found: https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func

# This function checks the version of Proxmox Virtual Environment (PVE) and exits if the version is not supported. pve_check() { if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then msg_error "This version of Proxmox Virtual Environment is not supported" echo -e "Requires Proxmox Virtual Environment Version 8.1 or later." echo -e "Exiting..." sleep 2 exit fi }

Originally created by @DarioX7 on GitHub (May 8, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? CasaOS LXC ### 📂 What was the exact command used to execute the script? bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/casaos.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Ubuntu 24.10 ### 📝 Provide a clear and concise description of the issue. ______ ____ _____ / ____/___ __________ _/ __ \/ ___/ / / / __ `/ ___/ __ `/ / / /\__ \ / /___/ /_/ (__ ) /_/ / /_/ /___/ / \____/\__,_/____/\__,_/\____//____/ Loading... ✗ This version of Proxmox Virtual Environment is not supported Requires Proxmox Virtual Environment Version 8.1 or later. Exiting... root@proxmox:~# pveversion pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-9-pve) ### 🔄 Steps to reproduce the issue. Have Proxmox Virtual Environment (PVE) version above 8.4.x ### ❌ 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). The error is found: https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func `# This function checks the version of Proxmox Virtual Environment (PVE) and exits if the version is not supported. pve_check() { if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then msg_error "This version of Proxmox Virtual Environment is not supported" echo -e "Requires Proxmox Virtual Environment Version 8.1 or later." echo -e "Exiting..." sleep 2 exit fi } `
OVERLORD added the bugnot planned labels 2026-02-04 22:13:51 +03:00
Author
Owner

@github-actions[bot] commented on GitHub (May 8, 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 (May 8, 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#923