From 49fcb8c6614355b840e2e3a0ef855a3d8cbd2eb8 Mon Sep 17 00:00:00 2001 From: WindowsAddict Date: Tue, 27 Jun 2023 17:48:35 +0530 Subject: Update --- _site/get.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_site/get.ps1') 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') -- cgit v1.2.3