Update 'README.md'

This commit is contained in:
Sophia Atkinson 2022-10-19 21:54:47 -07:00
parent 7d45e4e9d5
commit 6f61fb0401
1 changed files with 7 additions and 0 deletions

View File

@ -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`