Matrix: Add python dep. for URL preview during installation

This commit is contained in:
2021-10-04 11:55:50 +02:00
parent 9525aed587
commit c861bb3a13

View File

@@ -98,7 +98,7 @@ step_4() {
exe source "${MATRIX_HOME}/env/bin/activate" exe source "${MATRIX_HOME}/env/bin/activate"
exe pip install --upgrade pip exe pip install --upgrade pip
exe pip install --upgrade setuptools exe pip install --upgrade setuptools
exe pip install matrix-synapse[postgres] exe pip install matrix-synapse[postgres] lxml
} }
step_5_info() { echo "Create default configuration and folder structure"; } step_5_info() { echo "Create default configuration and folder structure"; }