Update 'README.md'

This commit is contained in:
Sophia Atkinson 2022-10-19 00:08:51 -07:00
parent 1d85c5ce97
commit 17198ef94e
1 changed files with 4 additions and 4 deletions

View File

@ -13,15 +13,15 @@
### ***DON'T RUN AS ROOT***
### ✔️ Install
### `wget -O giteainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/giteainstall.sh && bash giteainstall.sh`
### `wget -O giteainstall.sh https://sop.wtf/sh/giteainstall && bash giteainstall.sh`
### ✔️ Uninstall
### `wget -O gitearemove.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/gitearemove.sh && bash gitearemove.sh`
### `wget -O gitearemove.sh https://sop.wtf/sh/gitearemove && bash gitearemove.sh`
---
## MariaDB
### ✔️ Install
### `wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh`
### `wget -O mariadbinstall.sh https://sop.wtf/sh/mariadbinstall && bash mariadbinstall.sh`
### ✔️ Uninstall
### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove`
@ -29,4 +29,4 @@
## phpMyAdmin
### ⚠️ Install
### `wget -O pmainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/pmainstall.sh && bash pmainstall.sh`
### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh`