-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β 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