From 1d85c5ce971809ff2336e6cdb5501e828bab11e4 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Tue, 18 Oct 2022 23:45:57 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a95b12b..1c23f77 100644 --- a/README.md +++ b/README.md @@ -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`