summaryrefslogtreecommitdiff
path: root/static/get.ps1
diff options
context:
space:
mode:
authorWindowsAddict2024-05-12 12:27:38 +0000
committerWindowsAddict2024-05-12 12:27:38 +0000
commit03a1a022c83fe840f3b104eee843f096d4b078d5 (patch)
tree499f13b2a52817750998f9d44ca554be48099a25 /static/get.ps1
parentf0aea6ab9b8663bb438c9948182d15cd726ba131 (diff)
downloadmassgrave.dev-03a1a022c83fe840f3b104eee843f096d4b078d5.zip
Update get.ps1
Diffstat (limited to 'static/get.ps1')
-rw-r--r--static/get.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/static/get.ps1 b/static/get.ps1
index 2c21b3a..6ccef44 100644
--- a/static/get.ps1
+++ b/static/get.ps1
@@ -1,10 +1,10 @@
-# Check massgrave.dev for the instructions
+# Check massgrave [dot] dev for the instructions
$ErrorActionPreference = "Stop"
# Enable TLSv1.2 for compatibility with older clients
[Net.ServicePointManager]::SecurityProtocol = [Net.ServicePointManager]::SecurityProtocol -bor [Net.SecurityProtocolType]::Tls12
-$CommonURLPart = '9556ad2cbe87c222a28214cbce7d71b1470be764/MAS/All-In-One-Version/MAS_AIO-CRC32_A844AD2C.cmd'
+$CommonURLPart = '36f7291963f4264a9e5c9b8d82740ed5d625152a/MAS/All-In-One-Version/MAS_AIO-CRC32_C67E873E.cmd'
$DownloadURL1 = 'https://bitbucket.org/WindowsAddict/microsoft-activation-scripts/raw/' + $CommonURLPart
$DownloadURL2 = 'https://codeberg.org/massgravel/Microsoft-Activation-Scripts/raw/commit/' + $CommonURLPart
$DownloadURL3 = 'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/' + $CommonURLPart