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:
|
2025-07-28 17:47:40 +01:00
|
|
|
|
2025-07-28 11:38:48 +01:00
|
|
|
```
|
2025-07-28 17:47:40 +01:00
|
|
|
bash /etc/cxs/uninstall.sh
|
2025-07-28 11:38:48 +01:00
|
|
|
```
|
2025-07-28 11:43:53 +01:00
|
|
|
|
|
|
|
|
## osm:
|
2025-07-28 17:47:40 +01:00
|
|
|
|
|
|
|
|
```
|
|
|
|
|
bash /etc/osm/uninstall.sh
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## csf:
|
|
|
|
|
|
2025-07-28 11:43:53 +01:00
|
|
|
```
|
2025-07-28 17:47:40 +01:00
|
|
|
bash /etc/csf/uninstall.sh
|
2025-07-28 11:43:53 +01:00
|
|
|
```
|