Update 'README.md'

This commit is contained in:
Sophia Atkinson 2022-10-18 23:45:57 -07:00
parent 30edd5ec0b
commit 1d85c5ce97
1 changed files with 4 additions and 2 deletions

View File

@ -23,8 +23,10 @@
### ✔️ Install
### `wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh`
### ✔Uninstall
### ✔️ Uninstall
### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove`
---
## phpMyAdmin
### ⚠️ Install
### `wget -O pmainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/pmainstall.sh && bash pmainstall.sh`