fix update and location

This commit is contained in:
CrazyWolf13
2025-05-05 14:08:07 +02:00
parent 8029eab7d6
commit 25a2bb3b74
2 changed files with 3 additions and 5 deletions

View File

@@ -24,8 +24,7 @@ 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 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
cd /opt/"${APPLICATION}"/frontend/src
$STD yarn build
msg_ok "Setup ${APPLICATION}"