From 3d8fa572519dc9ed1516db8afd6951c588176561 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Tue, 18 Oct 2022 22:55:34 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 81f6880..352b8a2 100644 --- a/README.md +++ b/README.md @@ -11,4 +11,15 @@ ### `wget -O giteainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/giteainstall.sh && bash giteainstall.sh` ### Uninstall ### `wget -O gitearemove.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/gitearemove.sh && bash gitearemove.sh` + --- + +## MariaDB +### Install +### `wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh` + +### Uninstall +### `sudo apt remove mariadb-server mariadb-client -y` +--- + +