add EOL notice

This commit is contained in:
Sophia Atkinson 2024-03-20 20:50:36 -07:00
parent 0cc27e1896
commit 974f6d4fb5
Signed by: Sophia
GPG Key ID: 73928E5CCCD28BE1
1 changed files with 28 additions and 29 deletions

View File

@ -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`
---