From 672d36b6c2d7fcb4c331f09c286b8f5d49596e18 Mon Sep 17 00:00:00 2001 From: chirpy <50025123+waytotheweb@users.noreply.github.com> Date: Mon, 28 Jul 2025 17:47:40 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index cefca2a..3761eed 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ ### The scripts in this repository will uninstall each product - - ## MailScanner: ``` @@ -12,13 +10,19 @@ curl -sL https://github.com/waytotheweb/scripts/blob/main/MailScanner/msuninstal ``` ## cxs: -Replace [panel] with your control panel name: + ``` -curl -sL https://github.com/waytotheweb/scripts/blob/main/cxs/uninstall.[panel].sh?raw=true | bash +bash /etc/cxs/uninstall.sh ``` ## osm: -Replace [panel] with your control panel name: + ``` -curl -sL https://github.com/waytotheweb/scripts/blob/main/osm/uninstall.[panel].sh?raw=true | bash +bash /etc/osm/uninstall.sh +``` + +## csf: + +``` +bash /etc/csf/uninstall.sh ```