From 448b1ced981a2d6977e13bb2a70ea66e455f52b2 Mon Sep 17 00:00:00 2001 From: es3n1n Date: Tue, 20 May 2025 15:01:04 +0900 Subject: [PATCH] docs(readme): update installer script url --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d41d96..afd605a 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Open the powershell as administrator and execute any of these: ```powershell # Example 1: Basic installation -irm https://es3n1n.io/defendnot.ps1 | iex +irm https://dnot.sh/ | iex # Example 2: With custom AV name -& ([ScriptBlock]::Create((irm https://es3n1n.io/defendnot.ps1))) --name "Custom AV name" +& ([ScriptBlock]::Create((irm https://dnot.sh/))) --name "Custom AV name" # Example 3: Without allocating console -& ([ScriptBlock]::Create((irm https://es3n1n.io/defendnot.ps1))) --silent +& ([ScriptBlock]::Create((irm https://dnot.sh/))) --silent ``` > [!NOTE]