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.
2022-10-18 23:45:57 -07:00
2022-10-18 23:44:22 -07:00
2022-10-18 21:33:29 -07:00
2022-10-05 02:54:04 +00:00
2022-10-05 03:38:57 +00:00
2022-10-18 23:45:57 -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://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/giteainstall.sh && bash giteainstall.sh

✔️ Uninstall

wget -O gitearemove.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/gitearemove.sh && bash gitearemove.sh


MariaDB

✔️ Install

wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh

✔️ Uninstall

sudo apt remove mariadb-server mariadb-client -y && apt autoremove


phpMyAdmin

⚠️ Install

wget -O pmainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/pmainstall.sh && bash pmainstall.sh

Description
Commands that have helped me, and could help you
Readme 237 KiB
Languages
Shell 100%