Matrix: Add python dep. for URL preview during installation
This commit is contained in:
@@ -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"; }
|
||||||
|
Reference in New Issue
Block a user