mirror of
https://github.com/massgravel/get.activated.win.git
synced 2025-12-14 15:48:22 +01:00
MAS 3.6 update
This commit is contained in:
parent
10962853ab
commit
5e6f7698f0
1 changed files with 4 additions and 4 deletions
|
|
@ -51,9 +51,9 @@ if (-not $args) {
|
|||
try { [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 } catch {}
|
||||
|
||||
$URLs = @(
|
||||
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/564aad78b43445139657e0221e8ddc3c9dd00ad1/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=564aad78b43445139657e0221e8ddc3c9dd00ad1',
|
||||
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/564aad78b43445139657e0221e8ddc3c9dd00ad1/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
||||
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/79012c7db06d5387df4a26e5daf0ebb4ff5c34ca/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=79012c7db06d5387df4a26e5daf0ebb4ff5c34ca',
|
||||
'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/79012c7db06d5387df4a26e5daf0ebb4ff5c34ca/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
|
||||
)
|
||||
Write-Progress -Activity "Downloading..." -Status "Please wait"
|
||||
$errors = @()
|
||||
|
|
@ -86,7 +86,7 @@ if (-not $args) {
|
|||
}
|
||||
|
||||
# Verify script integrity
|
||||
$releaseHash = 'ED205D22A40261DF3E779621AD1A0A7C82A6E53F94A8567B6106619E2CF7F488'
|
||||
$releaseHash = '0E302AC7B60F848A700D2A1CDEF27A7C6F6A8BF8E615BF8E495BB70646C9F3D4'
|
||||
$stream = New-Object IO.MemoryStream
|
||||
$writer = New-Object IO.StreamWriter $stream
|
||||
$writer.Write($response)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue