Files
relay/scripts/init.sh
holger krekel f84692a07a fix/rename
2023-10-13 15:44:06 +00:00

5 lines
101 B
Bash
Executable File

#!/bin/sh
python3 -m venv venv
venv/bin/pip install pyinfra
venv/bin/pip install -e chatmail-pyinfra