mirror of
https://github.com/YunoHost-Apps/joplin_ynh.git
synced 2024-09-03 19:36:03 +02:00
Update manifest.toml: add explicit dependency to rsync
This commit is contained in:
parent
baedd7ac24
commit
0eb00a78b9
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ ram.runtime = "50M"
|
||||||
main.default = 22300
|
main.default = 22300
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql, postgresql-client, python3-bcrypt"
|
packages = "postgresql, postgresql-client, python3-bcrypt, rsync"
|
||||||
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
extras.yarn.packages = "yarn"
|
extras.yarn.packages = "yarn"
|
||||||
|
|
Loading…
Add table
Reference in a new issue