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