summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorWindowsAddict2024-09-28 01:58:40 +0000
committerWindowsAddict2024-09-28 01:58:40 +0000
commit3575069b3697d5f1d31c80ea5397e57675077135 (patch)
tree4c733d87221e5dfa47bcefba2e64c890d7ca6c4f /static
parentb05f34ee7c00c9daf3bacd4f24dc39d7c3d4427d (diff)
downloadmassgrave.dev-3575069b3697d5f1d31c80ea5397e57675077135.zip
Shorten the link
Diffstat (limited to 'static')
-rw-r--r--static/get.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/static/get.ps1 b/static/get.ps1
index d39e770..a1edc33 100644
--- a/static/get.ps1
+++ b/static/get.ps1
@@ -11,7 +11,7 @@ write-host
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
$DownloadURL1 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/52d4c52dba8e29a3c1fb295c8946dbe6cf2f0239/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
-$DownloadURL2 = 'https://dev.azure.com/massgrave/e5e7ca26-b96c-4887-b3d8-ce10a5bdee05/_apis/git/repositories/a5c49950-3666-490e-afa6-1c2c2d29815e/items?path=%2FMAS%2FAll-In-One-Version-KL%2FMAS_AIO.cmd&versionType=Commit&version=52d4c52dba8e29a3c1fb295c8946dbe6cf2f0239&versionOptions=None'
+$DownloadURL2 = 'https://massgrave.visualstudio.com/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=52d4c52dba8e29a3c1fb295c8946dbe6cf2f0239'
$URLs = @($DownloadURL1, $DownloadURL2)
$ShuffledURLs = $URLs | Sort-Object { Get-Random }