From 17198ef94ec42f1991fa6e6ca5b889d04f933060 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 19 Oct 2022 00:08:51 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1c23f77..e833901 100644 --- a/README.md +++ b/README.md @@ -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`