summaryrefslogtreecommitdiff
path: root/_site/get.ps1
diff options
context:
space:
mode:
authorWindowsAddict2024-03-26 21:31:38 +0000
committerWindowsAddict2024-03-26 21:31:38 +0000
commitfa6a33aabe45a32256b0e09b672759e9bff7e88f (patch)
tree2c6fefeaaaa3c1b0eebf0714bbf2e6f272c73e24 /_site/get.ps1
parent718549355dcceeb755932c238250359437a72aa2 (diff)
downloadmassgrave.dev-fa6a33aabe45a32256b0e09b672759e9bff7e88f.zip
Update MAS file link
Diffstat (limited to '_site/get.ps1')
-rw-r--r--_site/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/_site/get.ps1 b/_site/get.ps1
index 3baf280..265ba14 100644
--- a/_site/get.ps1
+++ b/_site/get.ps1
@@ -4,7 +4,7 @@ $ErrorActionPreference = "Stop"
# Enable TLSv1.2 for compatibility with older clients
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
-$CommonURLPart = 'MAS/All-In-One-Version/MAS_AIO-CRC32_9AE8AFBA.cmd'
+$CommonURLPart = 'MAS/All-In-One-Version/MAS_AIO-CRC32_60BA35A8.cmd'
$DownloadURL1 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/' + $CommonURLPart
$DownloadURL2 = 'https://codeberg.org/massgravel/Microsoft-Activation-Scripts/raw/branch/master/' + $CommonURLPart
$DownloadURL3 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/' + $CommonURLPart