This repository has been archived on 2024-03-20 . You can view files and clone it, but cannot push or open issues or pull requests.
ef659774d717e33f8edd618207d59779fc994fe2
Signed-off-by: Sophia Atkinson <sophialul@protonmail.com>
The Linux List
~Script Installs~
Tested scrips ✔️
Broken Scripts ❌
Untested Scripts ⚠️
Retired Scripts 💀
Don't like typing "Y"? Just add a "u" after the /sh/ (/sh/u/RANDOMSCRIPT)
Gitea
✔️ Install
wget -O giteainstall.sh https://sop.wtf/sh/giteainstall && bash giteainstall.sh
✔️ Uninstall
wget -O gitearemove.sh https://sop.wtf/sh/gitearemove && bash gitearemove.sh
✔️ Update
wget -O giteaupdate.sh https://sop.wtf/sh/giteaupdate && bash giteaupdate.sh
Go Hugo
✔️ Install/Update
wget -O hugoinstall.sh https://sop.wtf/sh/hugoinstall && bash hugoinstall.sh
✔️ Uninstall
rm -rf /usr/local/bin/hugo
Go
✔️ Install/Update
wget -O goinstall.sh https://sop.wtf/sh/goinstall && bash goinstall.sh
✔️ Uninstall
rm -rf /usr/local/go
MariaDB
✔️ Install
wget -O mariadbinstall.sh https://sop.wtf/sh/mariadbinstall && bash mariadbinstall.sh
✔️ Uninstall
sudo apt remove mariadb-server mariadb-client -y && apt autoremove -y
phpMyAdmin
✔️ Install
wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh
⚠️ Uninstall
wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh
✔️ Update
wget -O pmaupdate.sh https://sop.wtf/sh/pmaupdate && bash pmaupdate.sh
MongoDB
⚠️ Install
wget -O mongodbinstall.sh https://sop.wtf/sh/mongodbinstall && bash mongodbinstall.sh
✔️ Uninstall
sudo apt remove mongodb-org libssl1.1 -y && sudo apt autoremove
Gitlab (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
Gogs
✔️ Install
wget -O gogsinstall.sh https://sop.wtf/sh/gogsinstall && bash gogsinstall.sh
✔️ Uninstall
wget -O gogsuninstall.sh https://sop.wtf/sh/gogsuninstall && bash gogsuninstall.sh
Wordpress
⚠️ Install
wget -O wpinstall.sh https://sop.wtf/sh/wpinstall && bash wpinstall.sh
Fail2Ban
✔️ Install
wget -O fail2baninstall.sh https://sop.wtf/sh/fail2baninstall && bash fail2baninstall.sh
Description
Languages
Shell
100%