some fixes

This commit is contained in:
CanbiZ (MickLesk)
2026-03-05 15:14:42 +01:00
parent a9a053720e
commit cb1e2728e9
3 changed files with 25 additions and 5 deletions

View File

@@ -42,7 +42,7 @@ msg_info "Installing SimpleLogin (Patience)"
cd /opt/simplelogin
$STD uv venv
$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 --no-install-package newrelic
if [[ -f /opt/simplelogin/static/package.json ]]; then
cd /opt/simplelogin/static