forked from Sophia/thelinuxlist
a5912911e7d89c2fcb3c6e20d9d8255dcb08dc21
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
phpMyAdmin
✔️ Install
wget -O pmainstall.sh https://sop.wtf/sh/pmainstall && bash pmainstall.sh
Description
Languages
Shell
100%