1
0
Fork 0
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:
Alexandre Aubin 2024-05-02 03:25:45 +02:00 committed by GitHub
parent baedd7ac24
commit 0eb00a78b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ ram.runtime = "50M"
main.default = 22300
[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.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"