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