diff --git a/README.md b/README.md index 5c6792b..0ac9626 100644 --- a/README.md +++ b/README.md @@ -30,23 +30,23 @@ bash /etc/csf/uninstall.sh ## cmc: ``` -https://github.com/waytotheweb/scripts/blob/main/cmc/cmc_uninstall.sh?raw=true | bash +curl -sL https://github.com/waytotheweb/scripts/blob/main/cmc/cmc_uninstall.sh?raw=true | bash ``` ## cmm: ``` -https://github.com/waytotheweb/scripts/blob/main/cmm/cmm_uninstall.sh?raw=true | bash +curl -sL https://github.com/waytotheweb/scripts/blob/main/cmm/cmm_uninstall.sh?raw=true | bash ``` ## cmq: ``` -https://github.com/waytotheweb/scripts/blob/main/cmq/cmq_uninstall.sh?raw=true | bash +curl -sL https://github.com/waytotheweb/scripts/blob/main/cmq/cmq_uninstall.sh?raw=true | bash ``` ## cse: ``` -https://github.com/waytotheweb/scripts/blob/main/cmc/cse_uninstall.sh?raw=true | bash +curl -sL https://github.com/waytotheweb/scripts/blob/main/cse/cse_uninstall.sh?raw=true | bash ```