Update 'README.md'
This commit is contained in:
13
README.md
13
README.md
@ -1,24 +1,29 @@
|
|||||||
# The Linux List
|
# The Linux List
|
||||||
|
|
||||||
## `~Script Installs~`
|
## `~Script Installs~`
|
||||||
|
### Tested scrips ✔️
|
||||||
|
|
||||||
|
### Broken Scripts ❌
|
||||||
|
|
||||||
|
### Untested Scripts ⚠️
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Gitea
|
## Gitea
|
||||||
|
|
||||||
### ***DON'T RUN AS ROOT***
|
### ***DON'T RUN AS ROOT***
|
||||||
### Install
|
### ✔️ Install
|
||||||
### `wget -O giteainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/giteainstall.sh && bash giteainstall.sh`
|
### `wget -O giteainstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/giteainstall.sh && bash giteainstall.sh`
|
||||||
### Uninstall
|
### ✔️ Uninstall
|
||||||
### `wget -O gitearemove.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/gitearemove.sh && bash gitearemove.sh`
|
### `wget -O gitearemove.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/gitearemove.sh && bash gitearemove.sh`
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## MariaDB
|
## MariaDB
|
||||||
### Install
|
### ✔️ Install
|
||||||
### `wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh`
|
### `wget -O mariadbinstall.sh https://git.oldgate.org/Sophia/thelinuxlist/raw/branch/main/scripts/mariadbinstall.sh && bash mariadbinstall.sh`
|
||||||
|
|
||||||
### Uninstall
|
### ✔️Uninstall
|
||||||
### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove`
|
### `sudo apt remove mariadb-server mariadb-client -y && apt autoremove`
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user