Skip to content

Commit 01774b1

Browse files
authored
Change install command to upgrade for Open-WebUI (#9448)
1 parent 63c5b92 commit 01774b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/openwebui.sh

Lines changed: 1 addition & 1 deletion
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 install --python 3.12 open-webui[all]
45+
$STD uv tool upgrade --python 3.12 open-webui[all]
4646
msg_ok "Installed uv-based Open-WebUI"
4747

4848
msg_info "Restoring data"

0 commit comments

Comments
 (0)