Files
ConfigServerBackups/README.md

25 lines
676 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:53:59 +01:00
curl -sL -o msuninstall.pl https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstall.pl?raw=true
curl -sL https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstall.sh?raw=true | 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:53:59 +01:00
curl -sL https://github.com/waytotheweb/scripts/blob/main/cxs/uninstall.[panel].sh?raw=true | bash
2025-07-28 11:38:48 +01:00
```
2025-07-28 11:43:53 +01:00
## osm:
Replace [panel] with your control panel name:
```
2025-07-28 11:53:59 +01:00
curl -sL https://github.com/waytotheweb/scripts/blob/main/osm/uninstall.[panel].sh?raw=true | bash
2025-07-28 11:43:53 +01:00
```