mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 15:37:06 +00:00
25 lines
676 B
Markdown
25 lines
676 B
Markdown
# Scripts for Way to the Web Limited Products
|
|
|
|
### The scripts in this repository will uninstall each product
|
|
|
|
|
|
|
|
## MailScanner:
|
|
|
|
```
|
|
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
|
|
```
|
|
|
|
## cxs:
|
|
Replace [panel] with your control panel name:
|
|
```
|
|
curl -sL https://github.com/waytotheweb/scripts/blob/main/cxs/uninstall.[panel].sh?raw=true | bash
|
|
```
|
|
|
|
## osm:
|
|
Replace [panel] with your control panel name:
|
|
```
|
|
curl -sL https://github.com/waytotheweb/scripts/blob/main/osm/uninstall.[panel].sh?raw=true | bash
|
|
```
|