fix wildcard
This commit is contained in:
parent
4cf21fdcb4
commit
a2b512d022
@ -43,8 +43,8 @@ function update_script() {
|
|||||||
install_node_and_modules
|
install_node_and_modules
|
||||||
setup_uv
|
setup_uv
|
||||||
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
|
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
|
||||||
$STD uv venv /opt/**/backend/src/.venv
|
$STD uv venv /opt/"${APPLICATION}"/backend/src/.venv
|
||||||
source /opt/**//backend/src/.venv/bin/activate
|
source /opt/"${APPLICATION}"/backend/src/.venv/bin/activate
|
||||||
$STD uv sync --all-extras
|
$STD uv sync --all-extras
|
||||||
$STD pip install -r requirements.txt
|
$STD pip install -r requirements.txt
|
||||||
cd ../../frontend/src
|
cd ../../frontend/src
|
||||||
|
@ -21,15 +21,14 @@ setup_uv
|
|||||||
|
|
||||||
msg_info "Setup ${APPLICATION}"
|
msg_info "Setup ${APPLICATION}"
|
||||||
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
|
fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui"
|
||||||
$STD uv venv /opt/**/backend/src/.venv
|
$STD uv venv /opt/"${APPLICATION}"/backend/src/.venv
|
||||||
source /opt/**//backend/src/.venv/bin/activate
|
source /opt/"${APPLICATION}"/backend/src/.venv/bin/activate
|
||||||
$STD uv sync --all-extras
|
$STD uv sync --all-extras
|
||||||
$STD pip install -r requirements.txt
|
$STD pip install -r requirements.txt
|
||||||
cd ../../frontend/src
|
cd ../../frontend/src
|
||||||
$STD yarn build
|
$STD yarn build
|
||||||
msg_ok "Setup ${APPLICATION}"
|
msg_ok "Setup ${APPLICATION}"
|
||||||
|
|
||||||
# Creating Service (if needed)
|
|
||||||
msg_info "Creating Service"
|
msg_info "Creating Service"
|
||||||
cat <<'EOF' >/opt/"${APPLICATION}".env
|
cat <<'EOF' >/opt/"${APPLICATION}".env
|
||||||
CLIENT_ID='your_client_id'
|
CLIENT_ID='your_client_id'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user