summaryrefslogtreecommitdiff
path: root/_site/get.ps1
diff options
context:
space:
mode:
authorWindowsAddict2024-02-28 08:53:45 +0000
committerWindowsAddict2024-02-28 08:53:45 +0000
commitdd7764d38fe5aa519ebc3cfc8f5e1319b0a3da38 (patch)
tree483adfced5f60666bc08234f955f4d8a7e213594 /_site/get.ps1
parentdb207dd9106f838bba3942b1b2916314b9e76d3e (diff)
downloadmassgrave.dev-dd7764d38fe5aa519ebc3cfc8f5e1319b0a3da38.zip
Change link
Diffstat (limited to '_site/get.ps1')
-rw-r--r--_site/get.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/_site/get.ps1 b/_site/get.ps1
index 1f817d7..f32f82c 100644
--- a/_site/get.ps1
+++ b/_site/get.ps1
@@ -4,8 +4,8 @@ $ErrorActionPreference = "Stop"
# Enable TLSv1.2 for compatibility with older clients
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
-$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
-$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO-CRC32_63055B8E.cmd'
+$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/MAS/All-In-One-Version/MAS_AIO-CRC32_63055B8E.cmd'
$rand = Get-Random -Maximum 99999999
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')