Update README.md

This commit is contained in:
chirpy
2025-07-28 11:53:59 +01:00
parent 9d06e92463
commit 1074e3fb9e

View File

@@ -7,18 +7,18 @@
## MailScanner: ## MailScanner:
``` ```
curl -s -o msuninstall.pl https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/MailScanner/msuninstall.pl curl -sL -o msuninstall.pl https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstall.pl?raw=true
curl -s https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/MailScanner/msuninstall.sh | bash curl -sL https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstall.sh?raw=true | bash
``` ```
## cxs: ## cxs:
Replace [panel] with your control panel name: Replace [panel] with your control panel name:
``` ```
curl -s https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/cxs/uninstall.[panel].sh | bash curl -sL https://github.com/waytotheweb/scripts/blob/main/cxs/uninstall.[panel].sh?raw=true | bash
``` ```
## osm: ## osm:
Replace [panel] with your control panel name: Replace [panel] with your control panel name:
``` ```
curl -s https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/osm/uninstall.[panel].sh | bash curl -sL https://github.com/waytotheweb/scripts/blob/main/osm/uninstall.[panel].sh?raw=true | bash
``` ```