From 974f6d4fb5fbe17be87b712f60c3b1cbac0583d9 Mon Sep 17 00:00:00 2001 From: Sophia Atkinson Date: Wed, 20 Mar 2024 20:50:36 -0700 Subject: [PATCH] add EOL notice --- README.md | 57 +++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index c01a408..e56d684 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +**Discontinuation Notice: The Linux List** + +Sad news... I've decided to pull the plug on The Linux List. Juggling other projects means I can't give it the love it needs anymore. + +Big thanks to all who've been part of the journey. No more updates or fixes, but the Git repo will stick around for those who need it. + +Thanks for rolling with it, + +Sophia Atkinson 💜 + +_______________________________________________________________________ # The Linux List ## `~Script Installs~` @@ -18,15 +29,15 @@ ### ✔️ Install -### `wget -O giteainstall.sh https://sop.wtf/sh/giteainstall && bash giteainstall.sh` +### `wget https://sop.wtf/sh/giteainstall ; bash giteainstall` ### ✔️ Uninstall -### `wget -O gitearemove.sh https://sop.wtf/sh/gitearemove && bash gitearemove.sh` +### `wget https://sop.wtf/sh/gitearemove ; bash gitearemove` ### ✔️ Update -### `wget -O giteaupdate.sh https://sop.wtf/sh/giteaupdate && bash giteaupdate.sh` +### `wget https://sop.wtf/sh/giteaupdate ; bash giteaupdate` --- @@ -34,7 +45,7 @@ ### ✔️ Install/Update -### `wget -O hugoinstall.sh https://sop.wtf/sh/hugoinstall && bash hugoinstall.sh` +### `wget https://sop.wtf/sh/hugoinstall ; bash hugoinstall` ### ✔️ Uninstall @@ -45,7 +56,7 @@ ### ✔️ Install/Update -### `wget -O goinstall.sh https://sop.wtf/sh/goinstall && bash goinstall.sh` +### `wget https://sop.wtf/sh/goinstall ; bash goinstall` ### ✔️ Uninstall @@ -56,7 +67,7 @@ ### ✔️ Install/Update -### `wget -O traefikinstall.sh https://sop.wtf/sh/traefikinstall && bash traefikinstall.sh` +### `wget https://sop.wtf/sh/traefikinstall ; bash traefikinstall` ### ✔️ Uninstall @@ -68,11 +79,11 @@ ### ✔️ Install -### `wget -O mariadbinstall.sh https://sop.wtf/sh/mariadbinstall && bash mariadbinstall.sh` +### `wget https://sop.wtf/sh/mariadbinstall ; bash mariadbinstall` ### ✔️ Uninstall -### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove -y` +### `sudo apt remove mariadb-server mariadb-client -y ; apt autoremove -y` --- @@ -80,15 +91,15 @@ ### ✔️ Install -### `wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh` +### `wget https://sop.wtf/sh/pmainstall ; bash pmainstall` ### ⚠️ Uninstall -### `wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh` +### `wget https://sop.wtf/sh/pmauninstall ; bash pmauninstall` ### ✔️ Update -### `wget -O pmaupdate.sh https://sop.wtf/sh/pmaupdate && bash pmaupdate.sh` +### `wget https://sop.wtf/sh/pmaupdate ; bash pmaupdate` --- @@ -96,23 +107,11 @@ ### ⚠️ Install -### `wget -O mongodbinstall.sh https://sop.wtf/sh/mongodbinstall && bash mongodbinstall.sh` +### `wget https://sop.wtf/sh/mongodbinstall ; bash mongodbinstall` ### ✔️ Uninstall -### `sudo apt remove mongodb-org libssl1.1 -y && sudo apt autoremove` - ---- - -## [Gitlab](https://about.gitlab.com/) (Retired, Now falls back to offical script) - -### 💀 Install - -### `wget -O gitlabinstall.sh https://sop.wtf/sh/gitlabinstall && bash gitlabinstall.sh` - -### 💀 Uninstall - -### `wget -O gitlabuninstall.sh https://sop.wtf/sh/gitlabuninstall && bash gitlabuninstall.sh` +### `sudo apt remove mongodb-org libssl1.1 -y ; sudo apt autoremove` --- @@ -120,11 +119,11 @@ ### ✔️ Install -### `wget -O gogsinstall.sh https://sop.wtf/sh/gogsinstall && bash gogsinstall.sh` +### `wget https://sop.wtf/sh/gogsinstall ; bash gogsinstall` ### ✔️ Uninstall -### `wget -O gogsuninstall.sh https://sop.wtf/sh/gogsuninstall && bash gogsuninstall.sh` +### `wget https://sop.wtf/sh/gogsuninstall ; bash gogsuninstall` --- @@ -132,7 +131,7 @@ ### ⚠️ Install -### `wget -O wpinstall.sh https://sop.wtf/sh/wpinstall && bash wpinstall.sh` +### `wget https://sop.wtf/sh/wpinstall ; bash wpinstall` --- @@ -140,6 +139,6 @@ ### ✔️ Install -### `wget -O fail2baninstall.sh https://sop.wtf/sh/fail2baninstall && bash fail2baninstall.sh` +### `wget https://sop.wtf/sh/fail2baninstall ; bash fail2baninstall` ---