Skip to content

Commit eb57e0f

Browse files
committed
fix
1 parent 51488d1 commit eb57e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/simplelogin-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ fetch_and_deploy_gh_release "simplelogin" "simple-login/app"
4141
msg_info "Installing SimpleLogin (Patience)"
4242
cd /opt/simplelogin
4343
$STD uv venv
44-
$STD uv pip install setuptools hatchling
44+
$STD uv pip install setuptools hatchling editables
4545
$STD uv sync --locked --no-dev --no-build-isolation
4646

4747
if [[ -f /opt/simplelogin/static/package.json ]]; then

0 commit comments

Comments
 (0)