#!/bin/bash sudo apt install nodejs npm samba samba-common-bin python3 python3-pip python3-venv echo "deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.4.list sudo apt-get update sudo apt-get install -y mongodb-org sudo systemctl daemon-reload sudo systemctl enable mongod sudo systemctl restart mongod