From 6f37849c5fb4b3457d218b0dbfeb254215c4ce26 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 4 Aug 2023 20:18:23 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 44aed53..7262bd9 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="libpq5" +pkg_dependencies="libpq5 rsync" pkg_image="vaultwarden/server"