Metube: remove uv flags (#7962)

This commit is contained in:
Chris
2025-09-28 14:32:43 -04:00
committed by GitHub
parent 4d7c004810
commit 5775f7cf33
2 changed files with 2 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ function update_script() {
msg_info "Installing Backend Requirements"
cd /opt/metube
$STD uv sync --frozen --no-dev
$STD uv sync
msg_ok "Installed Backend"
msg_info "Restoring Environment File"