From 4b5c8bd622b7ef49ce82f04878306745cea63a65 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 22:00:52 -0700 Subject: [PATCH] Update 'scripts/mongodbinstall.sh' --- scripts/mongodbinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/mongodbinstall.sh b/scripts/mongodbinstall.sh index 50a8e5e..ca5c88f 100644 --- a/scripts/mongodbinstall.sh +++ b/scripts/mongodbinstall.sh @@ -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 \ No newline at end of file +sudo systemctl enable mongod +apt autoremove -y