Skip to content

Commit 5775f7c

Browse files
authored
Metube: remove uv flags (#7962)
1 parent 4d7c004 commit 5775f7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ct/metube.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function update_script() {
6464

6565
msg_info "Installing Backend Requirements"
6666
cd /opt/metube
67-
$STD uv sync --frozen --no-dev
67+
$STD uv sync
6868
msg_ok "Installed Backend"
6969

7070
msg_info "Restoring Environment File"

install/metube-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cd /opt/metube/ui
4444
$STD npm install
4545
$STD node_modules/.bin/ng build
4646
cd /opt/metube
47-
$STD uv sync --frozen --no-dev
47+
$STD uv sync
4848

4949
mkdir -p /opt/metube_downloads /opt/metube_downloads/.metube /opt/metube_downloads/music /opt/metube_downloads/videos
5050
cat <<EOF >/opt/metube/.env

0 commit comments

Comments
 (0)