mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 18:27:07 +00:00
25 lines
720 B
Markdown
25 lines
720 B
Markdown
# Scripts for Way to the Web Limited Products
|
|
|
|
### The scripts in this repository will uninstall each product
|
|
|
|
|
|
|
|
## MailScanner:
|
|
|
|
```
|
|
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
|
|
```
|
|
|
|
## cxs:
|
|
Replace [panel] with your control panel name:
|
|
```
|
|
curl -s https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/cxs/uninstall.[panel].sh | bash
|
|
```
|
|
|
|
## osm:
|
|
Replace [panel] with your control panel name:
|
|
```
|
|
curl -s https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/osm/uninstall.[panel].sh | bash
|
|
```
|