|
@@ -625,10 +625,16 @@ function install_matrix {
|
625
|
625
|
pip install --upgrade python-ldap
|
626
|
626
|
pip install --upgrade lxml
|
627
|
627
|
|
|
628
|
+ function_check install_home_server
|
628
|
629
|
install_home_server
|
|
630
|
+
|
|
631
|
+ function_check install_identity_server
|
629
|
632
|
install_identity_server
|
630
|
633
|
|
|
634
|
+ function_check update_default_domain
|
631
|
635
|
update_default_domain
|
|
636
|
+
|
|
637
|
+ function_check matrix_nginx
|
632
|
638
|
matrix_nginx
|
633
|
639
|
|
634
|
640
|
if [[ $(add_user_matrix "${MY_USERNAME}" "${MATRIX_PASSWORD}" | tail -n 1) != "0" ]]; then
|