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