Commands that have helped me, and could help you
Go to file
Sophia Atkinson d95a344867 Update 'scripts/gitlabuninstall.sh' 2022-10-20 11:16:07 -07:00
scripts Update 'scripts/gitlabuninstall.sh' 2022-10-20 11:16:07 -07:00
systemd Add 'systemd/gitea.service' 2022-10-18 21:33:29 -07:00
LICENSE Update 'LICENSE' 2022-10-19 03:31:43 -07:00
README.md Update 'README.md' 2022-10-20 10:23:55 -07:00
list.md Update 'list.md' 2022-10-05 03:38:57 +00:00

README.md

The Linux List

~Script Installs~

Tested scrips ✔️

Broken Scripts

Untested Scripts ⚠️


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


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


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

⚠️ Install

wget -O gitlabinstall.sh https://sop.wtf/sh/gitlabinstall && bash gitlabinstall.sh