Update streamlink-webui-install.sh

This commit is contained in:
CanbiZ 2025-05-05 13:48:11 +02:00
parent caece5423f
commit dd83d27090

View File

@ -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