mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
fix apt resource
This commit is contained in:
parent
dbd2db5429
commit
890ed9557b
1 changed files with 5 additions and 6 deletions
|
@ -70,14 +70,13 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
"postgresql-contrib",
|
"postgresql-contrib",
|
||||||
"libstdc++6",
|
"libstdc++6",
|
||||||
"rabbitmq-server",
|
"rabbitmq-server",
|
||||||
"libcurl4-dev",
|
"libcurl4-openssl-dev", # provides libcurl4-dev
|
||||||
"ttf-mscorefonts-installer"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# [resources.apt.extras.ttf]
|
[resources.apt.extras.ttf]
|
||||||
# repo = "deb http://deb.debian.org/debian/ bullseye main contrib"
|
repo = "deb http://deb.debian.org/debian/ bullseye main contrib"
|
||||||
# key = "https://ftp-master.debian.org/keys/release-bullseye.asc"
|
key = "https://ftp-master.debian.org/keys/release-bullseye.asc"
|
||||||
# packages = "ttf-mscorefonts-installer"
|
packages = ["ttf-mscorefonts-installer"]
|
||||||
|
|
||||||
[resources.apt.extras.onlyoffice]
|
[resources.apt.extras.onlyoffice]
|
||||||
repo = "https://download.onlyoffice.com/repo/debian squeeze main"
|
repo = "https://download.onlyoffice.com/repo/debian squeeze main"
|
||||||
|
|
Loading…
Add table
Reference in a new issue