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 4d7c004 commit 5775f7cCopy full SHA for 5775f7c
ct/metube.sh
@@ -64,7 +64,7 @@ function update_script() {
64
65
msg_info "Installing Backend Requirements"
66
cd /opt/metube
67
- $STD uv sync --frozen --no-dev
+ $STD uv sync
68
msg_ok "Installed Backend"
69
70
msg_info "Restoring Environment File"
install/metube-install.sh
@@ -44,7 +44,7 @@ cd /opt/metube/ui
44
$STD npm install
45
$STD node_modules/.bin/ng build
46
47
-$STD uv sync --frozen --no-dev
+$STD uv sync
48
49
mkdir -p /opt/metube_downloads /opt/metube_downloads/.metube /opt/metube_downloads/music /opt/metube_downloads/videos
50
cat <<EOF >/opt/metube/.env
0 commit comments