fireshare: switch from git clone

This commit is contained in:
tremor021
2026-04-21 09:39:51 +02:00
parent 48c1fc9b19
commit 96b69d1206

View File

@@ -43,6 +43,8 @@ msg_ok "Installed Dependencies"
NODE_VERSION=24 setup_nodejs
PYTHON_VERSION=3.14 setup_uv
fetch_and_deploy_gh_release "fireshare" "ShaneIsrael/fireshare" "tarball"
msg_info "Compiling SVT-AV1 (Patience)"
cd /tmp
$STD git clone --depth 1 --branch v1.8.0 https://gitlab.com/AOMediaCodec/SVT-AV1.git
@@ -92,11 +94,7 @@ msg_info "Configuring Fireshare (Patience)"
ADMIN_PASSWORD=$(openssl rand -base64 18 | tr -dc 'a-zA-Z0-9' | head -c13)
SECRET=$(openssl rand -base64 48)
mkdir -p /opt/fireshare-{data,videos,processed}
cd /opt
$STD git clone https://github.com/ShaneIsrael/fireshare.git
cd /opt/fireshare
$STD git checkout -b develop origin/develop
$STD uv venv
$STD .venv/bin/python -m ensurepip --upgrade
$STD .venv/bin/python -m pip install --upgrade --break-system-packages pip