Update 'README.md'

This commit is contained in:
Sophia Atkinson 2022-10-19 00:08:51 -07:00
parent 1d85c5ce97
commit 17198ef94e

View File

@ -13,15 +13,15 @@
### ***DON'T RUN AS ROOT*** ### ***DON'T RUN AS ROOT***
### ✔️ Install ### ✔️ 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 ### ✔️ 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 ## MariaDB
### ✔️ Install ### ✔️ 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 ### ✔️ Uninstall
### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove` ### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove`
@ -29,4 +29,4 @@
## phpMyAdmin ## phpMyAdmin
### ⚠️ Install ### ⚠️ 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`