mirror of
https://github.com/bashclub/zamba-lxc-toolbox
synced 2026-02-19 16:06:19 +00:00
fix repos of matrix, onlyoffice
This commit is contained in:
@@ -11,6 +11,13 @@ source /root/constants-service.conf
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
#### Set repo and install matrix ####
|
||||
inst_matrix() {
|
||||
apt_repo "matrix" "https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg" "https://packages.matrix.org/debian" "$(lsb_release -cs)" "main"
|
||||
apt update
|
||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y -qq matrix-synapse-py3 && systemctl enable matrix-synapse
|
||||
}
|
||||
|
||||
MRX_PKE=$(random_password)
|
||||
|
||||
ELE_DBNAME="synapse_db"
|
||||
|
||||
Reference in New Issue
Block a user