1[ 2{ type: install 3 message: <<EOM 4MongoDB on Rasperry Pi can work but is unsupported upstream. 5Please read https://jira.mongodb.org/browse/SERVER-71772 if you run this 6on a non-LSE ARM cpu. 7 8MongoDB 6.0 and up do not include the 'mongo' CLI shell anymore. You can 9use the MongoDB Shell (https://github.com/mongodb-js/mongosh). 10# pkg install npm 11$ npm install mongosh 12$ npx mongosh mongodb://127.0.0.1:27017/ 13 14EOM 15} 16] 17