浏览代码

pynacl version

Bob Mottram 6 年前
父节点
当前提交
7c192ca046
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      src/freedombone-app-matrix

+ 2
- 2
src/freedombone-app-matrix 查看文件

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