We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1bf05a commit 01442d0Copy full SHA for 01442d0
ct/openwebui.sh
@@ -42,7 +42,7 @@ function update_script() {
42
43
msg_info "Installing uv-based Open-WebUI"
44
PYTHON_VERSION="3.12" setup_uv
45
- $STD uv tool upgrade --python 3.12 open-webui[all]
+ $STD uv tool install --python 3.12 open-webui[all]
46
msg_ok "Installed uv-based Open-WebUI"
47
48
msg_info "Restoring data"
@@ -108,7 +108,7 @@ EOF
108
109
msg_info "Updating Open WebUI via uv"
110
111
- $STD uv tool install --python 3.12 open-webui[all]
+ $STD uv tool upgrade --python 3.12 open-webui[all]
112
systemctl restart open-webui
113
msg_ok "Updated Open WebUI"
114
msg_ok "Updated successfully!"
0 commit comments