new scripts and updates
This commit is contained in:
43
README.md
43
README.md
@ -12,7 +12,7 @@
|
||||
|
||||
---
|
||||
|
||||
## Gitea
|
||||
## [Gitea](https://about.gitea.com/)
|
||||
|
||||
### ✔️ Install
|
||||
|
||||
@ -28,7 +28,30 @@
|
||||
|
||||
---
|
||||
|
||||
## MariaDB
|
||||
# [Go Hugo](https://gohugo.io/)
|
||||
|
||||
### ✔️ Install/Update
|
||||
|
||||
### `wget -O hugoinstall.sh https://sop.wtf/sh/hugoinstall && bash hugoinstall.sh`
|
||||
|
||||
### ✔️ Uninstall
|
||||
|
||||
### `rm -rf /usr/local/bin/hugo`
|
||||
|
||||
---
|
||||
# [Go](https://go.dev/)
|
||||
|
||||
### ✔️ Install/Update
|
||||
|
||||
### `wget -O goinstall.sh https://sop.wtf/sh/goinstall && bash goinstall.sh`
|
||||
|
||||
### ✔️ Uninstall
|
||||
|
||||
### `rm -rf /usr/local/go`
|
||||
|
||||
---
|
||||
|
||||
## [MariaDB](https://mariadb.org/)
|
||||
|
||||
### ✔️ Install
|
||||
|
||||
@ -40,7 +63,7 @@
|
||||
|
||||
---
|
||||
|
||||
## phpMyAdmin
|
||||
## [phpMyAdmin](https://www.phpmyadmin.net/)
|
||||
|
||||
### ✔️ Install
|
||||
|
||||
@ -50,13 +73,13 @@
|
||||
|
||||
### `wget -O pmauninstall.sh https://sop.wtf/sh/pmauninstall && bash pmauninstall.sh`
|
||||
|
||||
### ✔️ Update (Only works for Apache2 currently)
|
||||
### ✔️ Update
|
||||
|
||||
### `wget -O pmaupdate.sh https://sop.wtf/sh/pmaupdate && bash pmaupdate.sh`
|
||||
|
||||
---
|
||||
|
||||
## MongoDB
|
||||
## [MongoDB](https://www.mongodb.com/)
|
||||
|
||||
### ⚠️ Install
|
||||
|
||||
@ -68,7 +91,7 @@
|
||||
|
||||
---
|
||||
|
||||
## Gitlab (Retired, Now falls back to offical script)
|
||||
## [Gitlab](https://about.gitlab.com/) (Retired, Now falls back to offical script)
|
||||
|
||||
### 💀 Install
|
||||
|
||||
@ -80,7 +103,7 @@
|
||||
|
||||
---
|
||||
|
||||
## Gogs
|
||||
## [Gogs](https://gogs.io/)
|
||||
|
||||
### ✔️ Install
|
||||
|
||||
@ -92,15 +115,15 @@
|
||||
|
||||
---
|
||||
|
||||
## Wordpress
|
||||
## [Wordpress](https://wordpress.org/)
|
||||
|
||||
### ✔️ Install
|
||||
### ⚠️ Install
|
||||
|
||||
### `wget -O wpinstall.sh https://sop.wtf/sh/wpinstall && bash wpinstall.sh`
|
||||
|
||||
---
|
||||
|
||||
## Fail2Ban
|
||||
## [Fail2Ban](https://www.fail2ban.org/)
|
||||
|
||||
### ✔️ Install
|
||||
|
||||
|
Reference in New Issue
Block a user