From 383f738328e4554b8f2dab93baed49d51d388037 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Tue, 18 Oct 2022 23:43:30 -0700 Subject: [PATCH] Update 'README.md' --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 541a2e6..a95b12b 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ # The Linux List ## `~Script Installs~` +### Tested scrips ✔️ + +### Broken Scripts ❌ + +### Untested Scripts ⚠️ --- ## Gitea ### ***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` -### Uninstall +### ✔️ Uninstall ### `wget -O gitearemove.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/gitearemove.sh && bash gitearemove.sh` --- ## MariaDB -### Install +### ✔️ Install ### `wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh` -### Uninstall +### ✔️Uninstall ### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove` ---