Migrate onlyoffice to debian bookworm

This commit is contained in:
thorstenspille
2023-07-06 20:14:33 +02:00
parent e15c878b4d
commit 12fef3afa0
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ source /root/constants-service.conf
ONLYOFFICE_DB_PASS=$(random_password)
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys CB2DE8E5
curl -fsSL https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE | gpg --dearmor | tee /etc/apt/trusted.gpg.d/onlyoffice.gpg >/dev/null
echo "deb https://download.onlyoffice.com/repo/debian squeeze main" > /etc/apt/sources.list.d/onlyoffice.list
cat > /etc/apt/preferences.d/onlyoffice << EOF