Update install-service.sh

bookworm
This commit is contained in:
Chriz 2024-03-04 15:04:00 +01:00 committed by GitHub
parent 2f4e674474
commit e18c9b1ed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@ source /root/constants-service.conf
ONLYOFFICE_DB_PASS=$(random_password) ONLYOFFICE_DB_PASS=$(random_password)
curl -fsSL https://download.onlyoffice.com/GPG-KEY-ONLYOFFICE | gpg --dearmor | tee /etc/apt/trusted.gpg.d/onlyoffice.gpg >/dev/null 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 echo "deb https://download.onlyoffice.com/repo/debian bookworm main" > /etc/apt/sources.list.d/onlyoffice.list
cat > /etc/apt/preferences.d/onlyoffice << EOF cat > /etc/apt/preferences.d/onlyoffice << EOF
Package: onlyoffice-documentserver Package: onlyoffice-documentserver