From 9f8c38d1ebd184ad33b5f5d44355a350e3402925 Mon Sep 17 00:00:00 2001 From: CrazyWolf13 Date: Tue, 6 May 2025 10:26:43 +0200 Subject: [PATCH] fix download dir creation --- install/streamlink-webui-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install/streamlink-webui-install.sh b/install/streamlink-webui-install.sh index 01d44fc..2ab9fe6 100644 --- a/install/streamlink-webui-install.sh +++ b/install/streamlink-webui-install.sh @@ -21,6 +21,7 @@ setup_uv fetch_and_deploy_gh_release "CrazyWolf13/streamlink-webui" msg_info "Setup ${APPLICATION}" +mkdir -p "/opt/${APPLICATION}-download" $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