diff options
| author | WindowsAddict | 2025-11-18 22:26:21 +0000 |
|---|---|---|
| committer | WindowsAddict | 2025-11-18 22:26:21 +0000 |
| commit | 42ed3f66763df5f705f01cdac5aeaf265266de09 (patch) | |
| tree | db8fa06624ef78fb72e14bd52adacd2f50153b4f /index.html | |
| parent | 54db1789f4f6c6fc520eae573b998ade11178645 (diff) | |
| download | massgravel.github.io-42ed3f66763df5f705f01cdac5aeaf265266de09.zip | |
3.9
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -52,9 +52,9 @@ if (-not $args) { try { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 } catch {}
$URLs = @(
- 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/4958ddf4744881b5b211a5b9ccd960018cca8710/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
- 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=4958ddf4744881b5b211a5b9ccd960018cca8710',
- 'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/4958ddf4744881b5b211a5b9ccd960018cca8710/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
+ 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/f69e4ff432e465a006896de107c390220102b6d3/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
+ 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=f69e4ff432e465a006896de107c390220102b6d3',
+ 'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/f69e4ff432e465a006896de107c390220102b6d3/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
)
Write-Progress -Activity "Downloading..." -Status "Please wait"
$errors = @()
@@ -87,7 +87,7 @@ if (-not $args) { }
# Verify script integrity
- $releaseHash = '012A9054ABC6E510FD84677B9F66B9FC653B431F1EF4669E18018038A9018796'
+ $releaseHash = 'ABB331EDDCA1036EC2C2CE81D74A4644E86347EF06DC4842D34AA9C030E11EDF'
$stream = New-Object IO.MemoryStream
$writer = New-Object IO.StreamWriter $stream
$writer.Write($response)
|
