From 01774b1967b2535414992ac12132d7ac715fd4bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Tue, 25 Nov 2025 23:58:39 +0100 Subject: [PATCH] Change install command to upgrade for Open-WebUI (#9448) --- ct/openwebui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/openwebui.sh b/ct/openwebui.sh index 07903dcb30..b2cde98bcd 100644 --- a/ct/openwebui.sh +++ b/ct/openwebui.sh @@ -42,7 +42,7 @@ function update_script() { msg_info "Installing uv-based Open-WebUI" PYTHON_VERSION="3.12" setup_uv - $STD uv tool install --python 3.12 open-webui[all] + $STD uv tool upgrade --python 3.12 open-webui[all] msg_ok "Installed uv-based Open-WebUI" msg_info "Restoring data"