From 6f61fb04014665a0f0d7e613263c40c7451e83bb Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 21:54:47 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9d3db7c..37b6f00 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ ### ✔️ Uninstall ### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove -y` + --- ## phpMyAdmin @@ -31,3 +32,9 @@ ### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh` ### ✔️ Uninstall ### `wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh` + +--- + +## MongoDB +### ⚠️ Install +### `wget -O mongodbinstall.sh https://sop.wtf/sh/mongodbinstall && bash mongodbinstall.sh` \ No newline at end of file