Files
ConfigServerBackups/README.md

19 lines
547 B
Markdown
Raw Normal View History

2025-07-28 11:22:09 +01:00
# Scripts for Way to the Web Limited Products
### The scripts in this repository will uninstall each product
## MailScanner:
```
2025-07-28 11:29:44 +01:00
curl -s -o msuninstall.pl https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/MailScanner/msuninstall.pl
curl -s https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/MailScanner/msuninstall.sh | bash
2025-07-28 11:22:09 +01:00
```
2025-07-28 11:38:48 +01:00
## cxs:
Replace [panel] with your control panel name:
```
2025-07-28 11:39:29 +01:00
curl -s https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/cxs/uninstall.[panel].sh | bash
2025-07-28 11:38:48 +01:00
```