Skip to content

Commit 01442d0

Browse files
authored
Fix Open-WebUI install and upgrade commands (#9461)
1 parent e1bf05a commit 01442d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ct/openwebui.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function update_script() {
4242

4343
msg_info "Installing uv-based Open-WebUI"
4444
PYTHON_VERSION="3.12" setup_uv
45-
$STD uv tool upgrade --python 3.12 open-webui[all]
45+
$STD uv tool install --python 3.12 open-webui[all]
4646
msg_ok "Installed uv-based Open-WebUI"
4747

4848
msg_info "Restoring data"
@@ -108,7 +108,7 @@ EOF
108108

109109
msg_info "Updating Open WebUI via uv"
110110
PYTHON_VERSION="3.12" setup_uv
111-
$STD uv tool install --python 3.12 open-webui[all]
111+
$STD uv tool upgrade --python 3.12 open-webui[all]
112112
systemctl restart open-webui
113113
msg_ok "Updated Open WebUI"
114114
msg_ok "Updated successfully!"

0 commit comments

Comments
 (0)