fix
Some checks failed
Update GitHub Versions (New) / update-github-versions (push) Has been cancelled
Crawl Versions from newreleases.io / crawl-versions (push) Has been cancelled
Crawl Versions from github / crawl-versions (push) Has been cancelled
Update Versions from GitHub / update-versions (push) Has been cancelled
Stale PR Management / stale-prs (push) Has been cancelled
Cleanup Branches (Merged or Closed) / cleanup (push) Has been cancelled

This commit is contained in:
MickLesk 2026-02-22 20:01:57 +01:00
parent 51488d1f00
commit eb57e0f20e

View File

@ -41,7 +41,7 @@ fetch_and_deploy_gh_release "simplelogin" "simple-login/app"
msg_info "Installing SimpleLogin (Patience)" msg_info "Installing SimpleLogin (Patience)"
cd /opt/simplelogin cd /opt/simplelogin
$STD uv venv $STD uv venv
$STD uv pip install setuptools hatchling $STD uv pip install setuptools hatchling editables
$STD uv sync --locked --no-dev --no-build-isolation $STD uv sync --locked --no-dev --no-build-isolation
if [[ -f /opt/simplelogin/static/package.json ]]; then if [[ -f /opt/simplelogin/static/package.json ]]; then