From c861bb3a131d547cf23970c1cc8ad362b020a390 Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Mon, 4 Oct 2021 11:55:50 +0200 Subject: [PATCH] Matrix: Add python dep. for URL preview during installation --- seqs/matrix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seqs/matrix.sh b/seqs/matrix.sh index f0a9571..a72b606 100755 --- a/seqs/matrix.sh +++ b/seqs/matrix.sh @@ -98,7 +98,7 @@ step_4() { exe source "${MATRIX_HOME}/env/bin/activate" exe pip install --upgrade pip 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"; }