Update 'scripts/mongodbinstall.sh'

This commit is contained in:
Sophia Atkinson 2022-10-19 22:00:52 -07:00
parent 2586498776
commit 4b5c8bd622
1 changed files with 2 additions and 1 deletions

View File

@ -17,4 +17,5 @@ sudo apt update -y
sudo apt-get install libssl1.1 -y
sudo apt install mongodb-org -y
sudo systemctl start mongod
sudo systemctl enable mongod
sudo systemctl enable mongod
apt autoremove -y