Commands that have helped me, and could help you
Go to file
2022-10-19 01:39:08 -07:00
scripts Update 'scripts/giteainstall.sh' 2022-10-19 01:39:08 -07:00
systemd Add 'systemd/gitea.service' 2022-10-18 21:33:29 -07:00
LICENSE Initial commit 2022-10-05 02:54:04 +00:00
list.md Update 'list.md' 2022-10-05 03:38:57 +00:00
README.md Update 'README.md' 2022-10-19 00:08:51 -07:00

The Linux List

~Script Installs~

Tested scrips ✔️

Broken Scripts

Untested Scripts ⚠️


Gitea

DON'T RUN AS ROOT

✔️ 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


phpMyAdmin

⚠️ Install

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