summaryrefslogtreecommitdiff
path: root/_site/get.ps1
diff options
context:
space:
mode:
authorWindowsAddict2023-06-27 12:18:35 +0000
committerWindowsAddict2023-06-27 12:18:35 +0000
commit49fcb8c6614355b840e2e3a0ef855a3d8cbd2eb8 (patch)
treefafe45cf943406eb92bb8368001a058f6d173a24 /_site/get.ps1
parentfc7a6cc719d25b68b9ff9ec6b2a17ccdc031ddbf (diff)
downloadmassgrave.dev-49fcb8c6614355b840e2e3a0ef855a3d8cbd2eb8.zip
Update
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 07cc7d9..ea3527c 100644
--- a/_site/get.ps1
+++ b/_site/get.ps1
@@ -2,8 +2,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://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL = 'https://gitlab.com/massgrave/microsoft-activation-scripts/-/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL2 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/master/MAS/All-In-One-Version/MAS_AIO.cmd'
$rand = Get-Random -Maximum 1000
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')