mirror of
https://github.com/YunoHost-Apps/sonarr_ynh.git
synced 2024-09-03 20:26:19 +02:00
Try without mono-devel
This commit is contained in:
parent
578f986e2d
commit
06baef4078
1 changed files with 10 additions and 4 deletions
|
@ -59,11 +59,17 @@ ram.runtime = "50M"
|
||||||
api.protected = true
|
api.protected = true
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "apt-transport-https, dirmngr, gnupg, ca-certificates, mediainfo"
|
packages = [
|
||||||
|
"apt-transport-https",
|
||||||
|
"dirmngr",
|
||||||
|
"gnupg",
|
||||||
|
"ca-certificates",
|
||||||
|
"mediainfo",
|
||||||
|
]
|
||||||
|
|
||||||
extras.mono-devel.repo = "https://download.mono-project.com/repo/debian bullseye main"
|
# extras.mono-devel.repo = "https://download.mono-project.com/repo/debian bullseye main"
|
||||||
extras.mono-devel.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
|
# extras.mono-devel.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
|
||||||
extras.mono-devel.packages = "mono-devel"
|
# extras.mono-devel.packages = "mono-devel"
|
||||||
|
|
||||||
extras.sonarr.repo = "https://apt.sonarr.tv/debian bullseye main"
|
extras.sonarr.repo = "https://apt.sonarr.tv/debian bullseye main"
|
||||||
extras.sonarr.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2009837CBFFD68F45BC180471F4F90DE2A9B4BF8"
|
extras.sonarr.key = "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x2009837CBFFD68F45BC180471F4F90DE2A9B4BF8"
|
||||||
|
|
Loading…
Add table
Reference in a new issue