From 5e6ef12e6f8f6428da1bb0a56c77cfe8a8464ab7 Mon Sep 17 00:00:00 2001 From: chirpy <50025123+waytotheweb@users.noreply.github.com> Date: Mon, 28 Jul 2025 11:29:44 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17f0028..953da8d 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,6 @@ ## MailScanner: ``` -wget https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/MailScanner/msuninstall.pl -wget https://raw.githubusercontent.com/waytotheweb/scripts/refs/heads/main/MailScanner/msuninstall.sh | bash +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 ```