summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorWindowsAddict2024-08-12 00:09:26 +0000
committerWindowsAddict2024-08-12 00:09:26 +0000
commit36c4f9780fce530f5c0fff66e6d9538a3ae503f1 (patch)
tree5078fe7d1191f0706f13663bbfaa815773a27b83 /static
parent4e0feae73e7a1e8552f0a6350d4336f6b8c5fbc6 (diff)
downloadmassgrave.dev-36c4f9780fce530f5c0fff66e6d9538a3ae503f1.zip
Update MAS_AIO URL
Diffstat (limited to 'static')
-rw-r--r--static/get.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/static/get.ps1 b/static/get.ps1
index 7b46c21..64b31f2 100644
--- a/static/get.ps1
+++ b/static/get.ps1
@@ -10,8 +10,8 @@ write-host
# Enable TLSv1.2 for compatibility with older clients for current session
[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12
-$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/0884271c4fcdc72d95bce7c5c7bdf77ef4a9bcef/MAS/All-In-One-Version/MAS_AIO-CRC32_31F7FD1E.cmd'
-$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/0884271c4fcdc72d95bce7c5c7bdf77ef4a9bcef/MAS/All-In-One-Version/MAS_AIO-CRC32_31F7FD1E.cmd'
+$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/35e044ddc85eed60b27b37c48371bd19cdc678b7/MAS/All-In-One-Version/MAS_AIO-CRC32_8C3AA7E0.cmd'
+$DownloadURL2 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/35e044ddc85eed60b27b37c48371bd19cdc678b7/MAS/All-In-One-Version/MAS_AIO-CRC32_8C3AA7E0.cmd'
$URLs = @($DownloadURL1, $DownloadURL2)
$RandomURL1 = Get-Random -InputObject $URLs