Update for 8.4 #945

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

Originally created by @baefthde on GitHub (May 11, 2025).

Have you read and understood the above guidelines?

yes

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

openwebui.sh

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

https://raw.githubusercontent.com/tteck/Proxmox/main/ct/openwebui.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.

Please update in

https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func

Line 98 „ if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then“ to „ if ! pveversion | grep -Eq "pve-manager/8.[1-4]"; then“ so that the current 8.4.x version is also supported.

🔄 Steps to reproduce the issue.

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

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...
root@pve:~#

🖼️ Additional context (optional).

No response

Originally created by @baefthde on GitHub (May 11, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? openwebui.sh ### 📂 What was the exact command used to execute the script? https://raw.githubusercontent.com/tteck/Proxmox/main/ct/openwebui.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. Please update in https://raw.githubusercontent.com/tteck/Proxmox/main/misc/build.func Line 98 „ if ! pveversion | grep -Eq "pve-manager/8.[1-3]"; then“ to „ if ! pveversion | grep -Eq "pve-manager/8.[1-4]"; then“ so that the current 8.4.x version is also supported. ### 🔄 Steps to reproduce the issue. in Proxmox Version 8.4.1 bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/openwebui.sh)" ### ❌ 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... root@pve:~# ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bugnot planned labels 2026-02-04 22:17:53 +03:00
Author
Owner

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