summaryrefslogtreecommitdiff
path: root/_site
diff options
context:
space:
mode:
authorWindowsAddict2024-02-14 06:07:12 +0000
committerWindowsAddict2024-02-14 06:07:12 +0000
commit182c3dcd82819e831b26e7abbdecd413972d0ca9 (patch)
treeef0829ba96e1212f43bf5c6ab8d66dfba5347f05 /_site
parent4f5b74ceedf8b94665714c98643c152a7ff63edb (diff)
downloadmassgrave.dev-182c3dcd82819e831b26e7abbdecd413972d0ca9.zip
Change a few things in mas.ps1 for tests
Diffstat (limited to '_site')
-rw-r--r--_site/mas.ps17
1 files changed, 2 insertions, 5 deletions
diff --git a/_site/mas.ps1 b/_site/mas.ps1
index eb1b59f..6282c74 100644
--- a/_site/mas.ps1
+++ b/_site/mas.ps1
@@ -1,11 +1,8 @@
-# Check the instructions here on how to use it https://massgrave.dev/
-
$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://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/master/MAS/All-In-One-Version/MAS_AIO.cmd'
+$DownloadURL = 'https://bitbucket.org/WindowsAddict/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 99999999
$isAdmin = [bool]([Security.Principal.WindowsIdentity]::GetCurrent().Groups -match 'S-1-5-32-544')