From a06d5e58f602b4603255adf3d834b2b7e6045eaa Mon Sep 17 00:00:00 2001 From: Calyx Hikari Date: Tue, 7 Oct 2025 15:14:41 +0800 Subject: [PATCH] Add HTTPS prefix --- auditbreak | 2 ++ index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/auditbreak b/auditbreak index 0b03ef8..7687e01 100644 --- a/auditbreak +++ b/auditbreak @@ -1,3 +1,5 @@ +# This script is hosted on https://get.msvc.win/ for MSVC Win Project
To get started, run irm https://get.msvc.win/auditbreak | iex inside of PowerShell
+
 # Define the embedded REG content
 $regContent = @"
 Windows Registry Editor Version 5.00
diff --git a/index.html b/index.html
index 3cbc308..b33d20c 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,5 @@
 
-# This script is hosted on https://get.msvc.win/ for MSVC Win Project
To get started, run irm get.msvc.win | iex inside of PowerShell
+# This script is hosted on https://get.msvc.win/ for MSVC Win Project
To get started, run irm https://get.msvc.win | iex inside of PowerShell
 
 Add-Type -AssemblyName System.IO.Compression.FileSystem