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