Skip to content
Snippets Groups Projects
Commit 30f679e7 authored by Bob Mottram's avatar Bob Mottram
Browse files

mongodb not available for arm7

parent efb2dec1
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,11 @@ function get_mongodb_password {
}
function install_mongodb {
if [[ "$(uname -a)" == *"armv7"* ]]; then
echo $'mongodb package is not available for arm 7 architecture'
exit 7356272
fi
if [[ $(is_completed $FUNCNAME) == "1" ]]; then
return
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment