fix update and location
This commit is contained in:
parent
8029eab7d6
commit
25a2bb3b74
@ -45,9 +45,8 @@ function update_script() {
|
|||||||
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
|
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
|
||||||
$STD uv venv /opt/"${APPLICATION}"/backend/src/.venv
|
$STD uv venv /opt/"${APPLICATION}"/backend/src/.venv
|
||||||
source /opt/"${APPLICATION}"/backend/src/.venv/bin/activate
|
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 /opt/"${APPLICATION}"/frontend/src
|
||||||
cd ../../frontend/src
|
|
||||||
$STD yarn build
|
$STD yarn build
|
||||||
msg_ok "Updated $APP to v${RELEASE}"
|
msg_ok "Updated $APP to v${RELEASE}"
|
||||||
|
|
||||||
|
@ -24,8 +24,7 @@ fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
|
|||||||
$STD uv venv /opt/"${APPLICATION}"/backend/src/.venv
|
$STD uv venv /opt/"${APPLICATION}"/backend/src/.venv
|
||||||
source /opt/"${APPLICATION}"/backend/src/.venv/bin/activate
|
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 uv pip install -r /opt/streamlink-webui/backend/src/requirements.txt --python=/opt/"${APPLICATION}"/backend/src/.venv
|
||||||
#$STD pip install -r requirements.txt
|
cd /opt/"${APPLICATION}"/frontend/src
|
||||||
cd ../../frontend/src
|
|
||||||
$STD yarn build
|
$STD yarn build
|
||||||
msg_ok "Setup ${APPLICATION}"
|
msg_ok "Setup ${APPLICATION}"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user