summaryrefslogtreecommitdiff
path: root/_site
diff options
context:
space:
mode:
authorWindowsAddict2024-03-03 10:57:36 +0000
committerWindowsAddict2024-03-03 10:57:36 +0000
commitc812d4cd1b193a8daff26cc1bd743406b3091b1d (patch)
treebc1b8e3c27eccd62ce075dffa2d2d450208bee2b /_site
parent59c1a1fd3be4c7258260c14da448b9469edd0ac9 (diff)
downloadmassgrave.dev-c812d4cd1b193a8daff26cc1bd743406b3091b1d.zip
Update AIO file link
Diffstat (limited to '_site')
-rw-r--r--_site/get.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/_site/get.ps1 b/_site/get.ps1
index f32f82c..8c422fd 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-CRC32_63055B8E.cmd'
-$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/MAS/All-In-One-Version/MAS_AIO-CRC32_63055B8E.cmd'
+$DownloadURL = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO-CRC32_9AE8AFBA.cmd'
+$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/MAS/All-In-One-Version/MAS_AIO-CRC32_9AE8AFBA.cmd'
$rand = Get-Random -Maximum 99999999
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')