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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -44,7 +44,7 @@ cd /opt/metube/ui
$STD npm install $STD npm install
$STD node_modules/.bin/ng build $STD node_modules/.bin/ng build
cd /opt/metube cd /opt/metube
$STD uv sync --frozen --no-dev $STD uv sync
mkdir -p /opt/metube_downloads /opt/metube_downloads/.metube /opt/metube_downloads/music /opt/metube_downloads/videos mkdir -p /opt/metube_downloads /opt/metube_downloads/.metube /opt/metube_downloads/music /opt/metube_downloads/videos
cat <<EOF >/opt/metube/.env cat <<EOF >/opt/metube/.env