mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2026-06-20 07:35:45 +02: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 onlyoffice ####
|
||||
inst_onlyoffice() {
|
||||
apt_repo "onlyoffice" "https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE" "https://download.onlyoffice.com/repo/debian" "squeeze" "main"
|
||||
apt update
|
||||
DEBIAN_FRONTEND=noninteractive DEBIAN_PRIORITY=critical apt-get install -y -qq ttf-mscorefonts-installer onlyoffice-documentserver
|
||||
}
|
||||
|
||||
ONLYOFFICE_DB_PASS=$(random_password)
|
||||
|
||||
inst_postgresql
|
||||
|
||||
Reference in New Issue
Block a user