Browse Source

Additional package needed for matrix

Bob Mottram 6 years ago
parent
commit
159ee9002c
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/freedombone-app-matrix

+ 2
- 0
src/freedombone-app-matrix View File

@@ -432,6 +432,7 @@ function upgrade_matrix {
432 432
     chown -R matrix:matrix $MATRIX_DATA_DIR
433 433
 
434 434
     pip install --upgrade --force "pynacl>=1.2.1"
435
+    pip install --upgrade --force "canonicaljson>=1.1.3"
435 436
     pip install --upgrade --force "phonenumbers>=8.2.0"
436 437
 
437 438
     if [ -f /etc/ssl/certs/${MATRIX_DOMAIN_NAME}.dhparam ]; then
@@ -805,6 +806,7 @@ function install_matrix {
805 806
     sleep 5
806 807
 
807 808
     pip install --upgrade --force "pynacl>=1.2.1"
809
+    pip install --upgrade --force "canonicaljson>=1.1.3"
808 810
 
809 811
     if [[ $(add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}" | tail -n 1) != "0" ]]; then
810 812
         echo $'Failed to add matrix admin user';