mirror of
https://github.com/YunoHost-Apps/couchdb_ynh.git
synced 2024-09-03 18:16:11 +02:00
fix the fix :p
This commit is contained in:
parent
8455510054
commit
ca8f6acde6
1 changed files with 4 additions and 8 deletions
|
@ -63,11 +63,7 @@ ram.runtime = "60M"
|
|||
[resources.apt]
|
||||
packages = ["gnupg", "ca-certificates"]
|
||||
|
||||
[resources.apt]
|
||||
packages = "deb1, deb2, php8.0-foo, php8.0-bar"
|
||||
|
||||
[resources.apt]
|
||||
packages = ""
|
||||
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main"
|
||||
extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc"
|
||||
extras.couchdb.packages = ["couchdb"]
|
||||
[resources.apt.extras.couchdb]
|
||||
repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main"
|
||||
key = "https://couchdb.apache.org/repo/keys.asc"
|
||||
packages = ["couchdb"]
|
||||
|
|
Loading…
Add table
Reference in a new issue