From 4e2f22e510ecc120c60804047f8ab0e800750763 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Mar 2020 01:24:02 +0100 Subject: [PATCH] bbb-pre-install.sh: install mongodb and curl.. --- bbb-pre-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bbb-pre-install.sh b/bbb-pre-install.sh index e458f06..ae9a162 100755 --- a/bbb-pre-install.sh +++ b/bbb-pre-install.sh @@ -355,8 +355,8 @@ else echo_ok fi -echononl "Upgrade System.." -apt-get dist-upgrade > "$log_file" 2>&1 +echononl "Install mongo-db and curl .." +apt-get install -y mongodb-org curl > "$log_file" 2>&1 if [[ $? -ne 0 ]]; then echo_failed error "$(cat "$log_file")"