From af9cce31ee625f7df4b9fb26b96222b8978917d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 11 Dec 2023 12:09:56 +0100 Subject: [PATCH] Add rsync dependency --- manifest.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manifest.toml b/manifest.toml index b06fe07..2530ff1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -72,3 +72,6 @@ ram.runtime = "0M" dir = "/home/yunohost.app/ssh_chroot_directories" [resources.permissions] + + [resources.apt] + packages = ["rsync"]