bbb-pre-install.sh: install mongodb and curl..

This commit is contained in:
Christoph 2020-03-28 01:24:02 +01:00
parent 83c41c576f
commit 4e2f22e510

View File

@ -355,8 +355,8 @@ else
echo_ok echo_ok
fi fi
echononl "Upgrade System.." echononl "Install mongo-db and curl .."
apt-get dist-upgrade > "$log_file" 2>&1 apt-get install -y mongodb-org curl > "$log_file" 2>&1
if [[ $? -ne 0 ]]; then if [[ $? -ne 0 ]]; then
echo_failed echo_failed
error "$(cat "$log_file")" error "$(cat "$log_file")"