Update README.md

This commit is contained in:
chirpy
2025-07-28 17:47:40 +01:00
parent 1074e3fb9e
commit 672d36b6c2

View File

@@ -2,8 +2,6 @@
### The scripts in this repository will uninstall each product ### The scripts in this repository will uninstall each product
## MailScanner: ## MailScanner:
``` ```
@@ -12,13 +10,19 @@ curl -sL https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstal
``` ```
## cxs: ## cxs:
Replace [panel] with your control panel name:
``` ```
curl -sL https://github.com/waytotheweb/scripts/blob/main/cxs/uninstall.[panel].sh?raw=true | bash bash /etc/cxs/uninstall.sh
``` ```
## osm: ## osm:
Replace [panel] with your control panel name:
``` ```
curl -sL https://github.com/waytotheweb/scripts/blob/main/osm/uninstall.[panel].sh?raw=true | bash bash /etc/osm/uninstall.sh
```
## csf:
```
bash /etc/csf/uninstall.sh
``` ```