From dd83d270906de379365c499576659fb73de543be Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 5 May 2025 13:48:11 +0200 Subject: [PATCH] Update streamlink-webui-install.sh --- install/streamlink-webui-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/streamlink-webui-install.sh b/install/streamlink-webui-install.sh index f50250d..07303ba 100644 --- a/install/streamlink-webui-install.sh +++ b/install/streamlink-webui-install.sh @@ -23,7 +23,7 @@ msg_info "Setup ${APPLICATION}" fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui" $STD uv venv /opt/"${APPLICATION}"/backend/src/.venv source /opt/"${APPLICATION}"/backend/src/.venv/bin/activate -$STD uv sync --all-extras +$STD uv pip install -r /opt/streamlink-webui/backend/src/requirements.txt --python=/opt/"${APPLICATION}"/backend/src/.venv $STD pip install -r requirements.txt cd ../../frontend/src $STD yarn build