Update 'README.md'

This commit is contained in:
Sophia Atkinson 2022-10-18 22:55:34 -07:00
parent d3a2cc576b
commit 3d8fa57251
1 changed files with 11 additions and 0 deletions

View File

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