This commit is contained in:
CanbiZ 2025-05-05 14:10:34 +02:00
commit 0b04d03a6c
2 changed files with 3 additions and 5 deletions

View File

@ -45,9 +45,8 @@ function update_script() {
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 pip install -r requirements.txt
cd ../../frontend/src
$STD uv pip install -r /opt/streamlink-webui/backend/src/requirements.txt --python=/opt/"${APPLICATION}"/backend/src/.venv
cd /opt/"${APPLICATION}"/frontend/src
$STD yarn build
msg_ok "Updated $APP to v${RELEASE}"

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}"