diff --git a/src/freedombone-utils-mongodb b/src/freedombone-utils-mongodb index 45ac116a..8569786d 100755 --- a/src/freedombone-utils-mongodb +++ b/src/freedombone-utils-mongodb @@ -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