7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
cd /home/0xmrtt/matrixai
|
|
poetry install
|
|
|
|
export MATRIX_PASSWORD="a secret password"
|
|
|
|
poetry run python matrixai/__init__.py
|