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")"