bbb-pre-install.sh: install mongodb and curl..
This commit is contained in:
parent
83c41c576f
commit
4e2f22e510
@ -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")"
|
||||
|
Loading…
Reference in New Issue
Block a user