add comment about installing doveauth system-wide

This commit is contained in:
missytake
2023-10-13 21:12:41 +02:00
parent 4ebec75d95
commit 69b9df9480

View File

@@ -27,6 +27,8 @@ def _install_doveauth() -> None:
name="apt install python3-pip",
packages="python3-pip",
)
# Maybe if we introduce dependencies to the doveauth package at some point, we should not install doveauth
# system-wide anymore. For now it's fine though.
server.shell(
name="install local doveauth build with pip",
commands=[f"pip install --break-system-packages {remote_path}"],