From d2f21f881acd015be8541c5415b13dd14c6a0f3e Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Thu, 18 Jul 2019 18:37:40 +0200 Subject: [PATCH] Also add mongo-tools This allows for mongodump to be available when running backup. --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 000bced..6d58a5a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # dependencies used by the app -pkg_dependencies="mongodb mongodb-server" +pkg_dependencies="mongodb mongodb-server mongo-tools" #================================================= # PERSONAL HELPERS