Change install command to upgrade for Open-WebUI (#9448)

This commit is contained in:
Slaviša Arežina 2025-11-25 23:58:39 +01:00 committed by GitHub
parent 63c5b922de
commit 01774b1967
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"