diff options
| author | WitherOrNot | 2025-11-23 19:43:20 +0000 |
|---|---|---|
| committer | GitHub | 2025-11-23 19:43:20 +0000 |
| commit | 38140c4467f0512f04d0bb6c5908f9385abcb74b (patch) | |
| tree | 5a319b1ddb2d2fc3a773b026a485b1c06390bc64 /index.html | |
| parent | 42ed3f66763df5f705f01cdac5aeaf265266de09 (diff) | |
| download | massgravel.github.io-38140c4467f0512f04d0bb6c5908f9385abcb74b.zip | |
Update index.html
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,8 +53,7 @@ if (-not $args) { $URLs = @(
'https://raw.githubusercontent.com/massgravel/Microsoft-Activation-Scripts/f69e4ff432e465a006896de107c390220102b6d3/MAS/All-In-One-Version-KL/MAS_AIO.cmd',
- 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=f69e4ff432e465a006896de107c390220102b6d3',
- 'https://git.activated.win/massgrave/Microsoft-Activation-Scripts/raw/commit/f69e4ff432e465a006896de107c390220102b6d3/MAS/All-In-One-Version-KL/MAS_AIO.cmd'
+ 'https://dev.azure.com/massgrave/Microsoft-Activation-Scripts/_apis/git/repositories/Microsoft-Activation-Scripts/items?path=/MAS/All-In-One-Version-KL/MAS_AIO.cmd&versionType=Commit&version=f69e4ff432e465a006896de107c390220102b6d3'
)
Write-Progress -Activity "Downloading..." -Status "Please wait"
$errors = @()
@@ -136,3 +135,4 @@ if (-not $args) { $FilePaths = @("$env:SystemRoot\Temp\MAS*.cmd", "$env:USERPROFILE\AppData\Local\Temp\MAS*.cmd")
foreach ($FilePath in $FilePaths) { Get-Item $FilePath -ErrorAction SilentlyContinue | Remove-Item }
} @args
+
|
