mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 22:17:06 +00:00
GPL v3 Release
This commit is contained in:
52
uninstallers/README.md
Normal file
52
uninstallers/README.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# Scripts for former Way to the Web Limited Products
|
||||
|
||||
### The scripts in this repository will uninstall each product
|
||||
|
||||
## MailScanner and MSFE (MailScanner Front-End):
|
||||
|
||||
```
|
||||
curl -sL -o msuninstall.pl https://github.com/waytotheweb/scripts/blob/main/uninstallers/MailScanner/msuninstall.pl?raw=true
|
||||
curl -sL https://github.com/waytotheweb/scripts/blob/main/uninstallers/MailScanner/msuninstall.sh?raw=true | bash
|
||||
```
|
||||
|
||||
## cxs:
|
||||
|
||||
```
|
||||
bash /etc/cxs/uninstall.sh
|
||||
```
|
||||
|
||||
## osm:
|
||||
|
||||
```
|
||||
bash /etc/osm/uninstall.sh
|
||||
```
|
||||
|
||||
## csf:
|
||||
|
||||
```
|
||||
bash /etc/csf/uninstall.sh
|
||||
```
|
||||
|
||||
## cmc:
|
||||
|
||||
```
|
||||
curl -sL https://github.com/waytotheweb/scripts/blob/main/uninstallers/cmc/cmc_uninstall.sh?raw=true | bash
|
||||
```
|
||||
|
||||
## cmm:
|
||||
|
||||
```
|
||||
curl -sL https://github.com/waytotheweb/scripts/blob/main/uninstallers/cmm/cmm_uninstall.sh?raw=true | bash
|
||||
```
|
||||
|
||||
## cmq:
|
||||
|
||||
```
|
||||
curl -sL https://github.com/waytotheweb/scripts/blob/main/uninstallers/cmq/cmq_uninstall.sh?raw=true | bash
|
||||
```
|
||||
|
||||
## cse:
|
||||
|
||||
```
|
||||
curl -sL https://github.com/waytotheweb/scripts/blob/main/uninstallers/cse/cse_uninstall.sh?raw=true | bash
|
||||
```
|
||||
Reference in New Issue
Block a user